API Reference
Class
ReplicationTopologyReport
Typed replication topology report derived from ReplicationStatus rows. Provides a per-DC node view, edge list, and a simple health matrix similar to ADEssentials.
Inheritance
- Object
- ReplicationTopologyReport
Constructors
public ReplicationTopologyReport() #Inherited Methods
Properties
public IReadOnlyList<ReplicationTopologyNode> Nodes { get; set; } #All domain controllers discovered in scope.
public IReadOnlyList<ReplicationTopologyEdge> Edges { get; set; } #Replication edges (per neighbor / naming context).
public IReadOnlyList<ReplicationTopologyMatrixRow> Matrix { get; set; } #Matrix-style health view: one row per source DC.
public IReadOnlyList<String> MatrixHeaders { get; set; } #Ordered headers used by Matrix.