ClusterHealthStatisticsFilter.ExcludeHealthStatistics Property

Definition

Gets or sets a flag that indicates whether the health statistics should be included in query result.

public bool ExcludeHealthStatistics { get; set; }
member this.ExcludeHealthStatistics : bool with get, set
Public Property ExcludeHealthStatistics As Boolean

Property Value

A flag that indicates whether the health statistics should be included in query result.

Remarks

If ExcludeHealthStatistics is set to true, the health statistics are not returned as part of the query result. Otherwise, the query result includes the cluster health statistics. The statistics shows the number of entities in the cluster per entity type, with count for Ok, Warning, and Error state. Defaults to false.

Applies to