API Reference
Class
SitePairItem
Directional site-pair summary for replication health.
Inheritance
- Object
- SitePairItem
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
- Property View.SitePairs
Constructors
public SitePairItem() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String SourceSite { get; set; } #Source site.
public String DestinationSite { get; set; } #Destination site.
public Int32 LinkCount { get; set; } #Total replication edges in this direction.
public Int32 HealthyCount { get; set; } #Healthy edge count.
public Int32 StaleCount { get; set; } #Stale edge count.
public Int32 FailedCount { get; set; } #Failed edge count.
public String WorstStatus { get; set; } #Worst status observed for the site pair.
public String ExamplePaths { get; set; } #Example replication paths in this site pair.