API Reference
Class
ReplicationForestStats
Forest-wide replication bucketed statistics and unique error/warning sets, similar to ADEssentials Get-WinADForestReplicationSummary -IncludeStatisticsVariable.
Inheritance
- Object
- ReplicationForestStats
Constructors
public ReplicationForestStats() #Inherited Methods
Properties
public Int32 Good { get; set; } #Number of healthy replication edges.
public Int32 Failures { get; set; } #Number of edges with failures.
public Int32 Total { get; set; } #Total edge count.
public Int32 DeltaOver1Hours { get; set; } #Edges whose last success was over 1 hour ago.
public Int32 DeltaOver3Hours { get; set; } #Edges whose last success was over 3 hours ago.
public Int32 DeltaOver6Hours { get; set; } #Edges whose last success was over 6 hours ago.
public Int32 DeltaOver12Hours { get; set; } #Edges whose last success was over 12 hours ago.
public Int32 DeltaOver24Hours { get; set; } #Edges whose last success was over 24 hours ago.
public IReadOnlyList<String> UniqueErrors { get; set; } #Distinct error strings observed across failures.
public IReadOnlyList<String> UniqueWarnings { get; set; } #Distinct warning strings observed across failures.