API Reference
Class
View (ForestReplicationPostureService)
Aggregated forest replication posture view.
Inheritance
- Object
- View
Constructors
Inherited Methods
Properties
public String ScopeName { get; set; } #Scope name (forest or domain).
public Boolean CollectionSucceeded { get; set; } #True when replication collection produced usable rows.
public String CollectionError { get; set; } #Optional collection error summary.
public String Visibility { get; set; } #Replication query visibility.
public Boolean Outbound { get; set; } #True when outbound neighbors were queried.
public Int32 StaleThresholdHours { get; set; } #Configured staleness threshold.
public Int32 ServerCount { get; set; } #Total servers in the summary.
public Int32 FailedServerCount { get; set; } #Servers with failures.
public Int32 StaleServerCount { get; set; } #Servers that appear stale.
public Int32 DisabledConnectionServerCount { get; set; } #Servers with disabled inbound connections.
public Int32 FailedEdgeCount { get; set; } #Total failing edges.
public Int32 QueryIssueCount { get; set; } #Total query issues.
public IReadOnlyList<ServerItem> Servers { get; set; } #Per-server summary items.
public IReadOnlyList<FailingEdgeItem> FailingEdges { get; set; } #Failing replication edges.
public IReadOnlyList<QueryIssueItem> QueryIssues { get; set; } #Query issues encountered during collection.
public Diagnostics Diagnostics { get; set; } #Evaluation diagnostics.