ClusterHealthChunkQueryDescription.NodeFilters Property

Definition

Gets the list of NodeHealthStateFilter to be applied to the node children health states.

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

Property Value

The list of NodeHealthStateFilter to be applied to the node children health states.

Remarks

All node children that match the filter will be returned as children of the cluster. If empty, no node is returned.

Applies to