Share via


ServiceHealth.PartitionHealthStates Property

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Gets partition health states for the current service.

Namespace:   System.Fabric.Health
Assembly:  System.Fabric (in System.Fabric.dll)

Syntax

public IList<PartitionHealthState> PartitionHealthStates { get; internal set; }

Property Value

Type: System.Collections.Generic.IList<PartitionHealthState>

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.

See Also

ServiceHealth Class
System.Fabric.Health Namespace

Return to top