ClusterHealthStatisticsFilter Class

Definition

Represents the filter for HealthStatistics.

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

Remarks

The filter can be used in ClusterHealthQueryDescription to specify whether the health statistics should be returned as part of ClusterHealth.

Constructors

Name Description
ClusterHealthStatisticsFilter()

Initializes a new instance of the ClusterHealthStatisticsFilter class.

Properties

Name Description
ExcludeHealthStatistics

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

IncludeSystemApplicationHealthStatistics

Gets or sets a flag that indicates whether the health statistics should include information for the fabric:/System application.

Methods

Name Description
ToString()

Returns a string representation of the filter.

Applies to