Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Index Status

public class IndexStatus {
  public string Status { get; }
  public int Count { get; }
  public string Duration { get; }
  public DateTime StartDateTime { get; }
  public DateTime EndDateTime { get; }
  public string TimeZone { get; }
}
  • No labels