共用方式為


PartitionHealthStateFilter.ReplicaFilters Property

Definition

Gets the list of ReplicaHealthStateFilter to be applied to the replica children health states.

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

Property Value

The list of ReplicaHealthStateFilter to be applied to the replica children health states.

Remarks

All replica children that match the filter will be returned as children of the partition. If empty, the children are not returned by default.

Applies to