NodeHealthStateFilter Class

Definition

Filter for NodeHealthState objects.

public sealed class NodeHealthStateFilter
type NodeHealthStateFilter = class
Public NotInheritable Class NodeHealthStateFilter
Inheritance
NodeHealthStateFilter

Remarks

The cluster health state chunk queries can specify a list of node filters to fine-grain select the nodes that should be included in the query result. Note that all the nodes are used to evaluate cluster aggregated health state, regardless of the filter passed in.

Constructors

NodeHealthStateFilter()

Initializes a new instance of the NodeHealthStateFilter class.

Properties

HealthStateFilter

Gets or sets filter for the aggregated health state of the NodeHealthState entries in the collection.

NodeNameFilter

Gets or sets the node name filter.

Methods

ToString()

Returns a string representation of the filter.

Applies to