API Reference
Class
ReplicationGroupSummary
Grouped summary for raw replication neighbors by a key (e.g., Site or Destination Server).
Inheritance
- Object
- ReplicationGroupSummary
Constructors
public ReplicationGroupSummary() #Inherited Methods
Properties
public String Key { get; set; } #Grouping key value (Site name or Server).
public Int32 Total { get; set; } #Total neighbor links in the group.
public Int32 Failures { get; set; } #Links with non-success last result.
public Nullable<TimeSpan> LargestDelta { get; set; } #Largest time since last success across links, or null when unknown.
public Double PercentageError { get; set; } #Failures / Total as a percentage (0..100).