API Reference
Class
ReplicationGroupSummary
Grouped summary for raw replication neighbors by a key (e.g., Site or Destination Server).
Inheritance
- Object
- ReplicationGroupSummary
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 ReplicationGroupSummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).