API Reference
Class
ReplicationForestStatsEx
Forest-wide replication statistics with customizable bucket edges.
Inheritance
- Object
- ReplicationForestStatsEx
Constructors
public ReplicationForestStatsEx() #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 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.