Class IndexStatusInformation
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Indexing.dll
public class IndexStatusInformation
- Inheritance
-
IndexStatusInformation
- Inherited Members
-
Properties
public string Balancer { get; set; }
Property Value
- string
public TimeSpan DurationOfBuild { get; set; }
Property Value
- TimeSpan
public string Index { get; set; }
Property Value
- string
public int InstanceCount { get; set; }
Property Value
- int
public IEnumerable<Status> InstanceStatuses { get; set; }
Property Value
- IEnumerable<Status>
public DateTime LastRun { get; set; }
Property Value
- DateTime
public string OnlineInstance { get; set; }
Property Value
- string
public string Repository { get; set; }
Property Value
- string
public IndexStatusInformation.IndexState State { get; set; }
Property Value
- IndexStatusInformation.IndexState
public string StateDescription { get; set; }
Property Value
- string