Class IndexStatusInformation
- Namespace
- Dynamicweb.Indexing
- Assembly
- Dynamicweb.Core.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 bool HasBlockingRepairCandidate { get; set; }
Property Value
- bool
public string Index { get; set; }
Property Value
- string
public IEnumerable<IndexInstanceBuildRecord> InstanceBuildRecords { get; set; }
Property Value
- IEnumerable<IndexInstanceBuildRecord>
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 DateTime? LastSuccessfulRun { get; set; }
Property Value
- DateTime?
public string? NextBuildTarget { get; set; }
Property Value
- string
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