API Reference
Class
ReplicationForestSummary
Forest-wide replication summary row (repadmin /replsummary equivalent) grouped by destination or source.
Inheritance
- Object
- ReplicationForestSummary
Constructors
public ReplicationForestSummary() #Inherited Methods
Properties
public String Server { get; set; } #Server name for this row (source or destination depending on Type).
public Nullable<TimeSpan> LargestDelta { get; set; } #Largest time since last success observed among neighbors.
public Int32 Fails { get; set; } #Number of failing replication edges.
public Int32 Total { get; set; } #Total number of replication edges.
public Double PercentageError { get; set; } #Fails divided by Total, expressed as a percentage (0..100).
public SummarySide Type { get; set; } #Indicates whether this row is aggregated by destination or source.
public String ReplicationError { get; set; } #Representative error string when failures are present.