ServiceHealth.PartitionHealthStates Property

Definition

Gets partition health states for the current service.

public System.Collections.Generic.IList<System.Fabric.Health.PartitionHealthState> PartitionHealthStates { get; }
member this.PartitionHealthStates : System.Collections.Generic.IList<System.Fabric.Health.PartitionHealthState>
Public ReadOnly Property PartitionHealthStates As IList(Of PartitionHealthState)

Property Value

The partition health states for the current service.

Remarks

Only partitions that respect the PartitionsFilter (if specified) are returned. If the input filter is not specified, all partitions are returned.

All partitions are evaluated to determine the service aggregated health.

Applies to