Share via


PartitionHealthStateChunk.ReplicaHealthStateChunks Property

Definition

Gets the list of the partition replica health state chunks that respect the input filters.

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

Property Value

The list of the partition replica health state chunks that respect the input filters.

Remarks

By default, no children are included in results. Users can request to include some children based on desired health or other information. For example, users can request to include all replicas that have health state error. Regardless of filter value, all children are used to compute partition aggregated health.

Applies to