ServiceHealth.HealthStatistics Property

Definition

Gets the service health statistics, which contain information about how many partitions and 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 service health statistics.

Remarks

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

Applies to