API Reference
Class
ReplicationForestStatsEx
Forest-wide replication statistics with customizable bucket edges.
Inheritance
- Object
- ReplicationForestStatsEx
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
Constructors
public ReplicationForestStatsEx() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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 IReadOnlyDictionary<String, Int32> BucketCounts { get; set; } #Bucket label → count (e.g., ">1h", ">3h").
public IReadOnlyList<String> UniqueErrors { get; set; } #Distinct error strings observed across failures.
public IReadOnlyList<String> UniqueWarnings { get; set; } #Distinct warning strings observed across failures.