Share via


PartitionHealth.HealthStatistics Property

Definition

Gets the partition health statistics, which contain information about how many replicas are in Ok, Warning, and Error state.

public System.Fabric.Health.HealthStatistics HealthStatistics { get; }
member this.HealthStatistics : System.Fabric.Health.HealthStatistics
Public ReadOnly Property HealthStatistics As HealthStatistics

Property Value

The partition health statistics.

Remarks

The partition health statistics contain information about how many replicas are in Ok, Warning, and Error state. It can be null or empty if the query that returns the PartitionHealth specified PartitionHealthStatisticsFilter to exclude health statistics.

Applies to