Share via


PartitionHealthQueryDescription.ReplicasFilter Property

Definition

Gets or sets the filter for ReplicaHealthState children. Only children that match the filter will be returned. All children will be used to evaluate the partition aggregated health state.

public System.Fabric.Health.ReplicaHealthStatesFilter ReplicasFilter { get; set; }
member this.ReplicasFilter : System.Fabric.Health.ReplicaHealthStatesFilter with get, set
Public Property ReplicasFilter As ReplicaHealthStatesFilter

Property Value

The ReplicaHealthStatesFilter used to filter returned replicas.

Remarks

Only children that match the filter will be returned. All children will be used to evaluate the partition aggregated health state. If the filter is not specified, all partition children are returned.

Applies to