API Reference
Class
ReplicationTopologyMatrixRow
One row in a replication topology matrix. Each cell is a symbol: ✓ healthy link(s), ✗ failing link(s), blank for none, or - self.
Inheritance
- Object
- ReplicationTopologyMatrixRow
Constructors
public ReplicationTopologyMatrixRow() #Inherited Methods
Properties
public String SourceDomainController { get; set; } #Source domain controller for this row.
public String Site { get; set; } #Site name for the source DC when known.
public String IPAddress { get; set; } #Optional IP address for the source DC.
public Int32 PartnerCount { get; set; } #Distinct partner count for this DC.
public IReadOnlyDictionary<String, String> Cells { get; set; } #Matrix cells keyed by target DC name.