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
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 ReplicationTopologyReport.Matrix
Constructors
public ReplicationTopologyMatrixRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.