ServiceHealthStateFilter.PartitionFilters 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 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.