API Reference
Class
ReplicationForestSummary
Forest-wide replication summary row (repadmin /replsummary equivalent) grouped by destination or source.
Inheritance
- Object
- ReplicationForestSummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public ReplicationForestSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.