PartitionHealthQueryDescription.ReplicasFilter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET