NodeHealthQueryDescription Class

Definition

Describes query input for getting NodeHealth. Used by GetNodeHealthAsync(NodeHealthQueryDescription).

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

Constructors

NodeHealthQueryDescription(String)

Initializes a new instance of the NodeHealthQueryDescription class.

Properties

EventsFilter

Gets or sets the filter for the collection of HealthEvent reported on the node. Only events that match the filter will be returned.

HealthPolicy

Gets or sets the ClusterHealthPolicy used to evaluate the node health.

NodeName

Gets the node name.

Methods

ToString()

Gets a string representation of the health query description.

Applies to