ServiceHealthStateFilter.PartitionFilters Property

Definition

Gets the list of PartitionHealthStateFilter to be applied to the partition children health states.

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

Property Value

The list of PartitionHealthStateFilter to be applied to the partition children health states.

Remarks

The list can contain one default partition filter and/or partition filters for specific partitions to fine-grain entities returned by the query. All partition children that match the filter will be returned as children of the service. If empty, the children are not returned by default.

Applies to