TestimoX

API Reference

Class

ReplicationTopologyMatrixRow

Namespace ADPlayground.Replication
Assembly ADPlayground
Modifiers sealed

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

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.