HealthStatistics Class

Definition

Represents health statistics for an entity. It is returned as part of health queries results when the query descriptions are configured to include statistics. The statistics include health state counts for all children types of the current entity. For example, for cluster, the health statistics include health state counts for nodes, applications, services, partitions, replicas, deployed applications and deployed service packages. For partition, the health statistics include health counts for replicas.

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

Properties

HealthStateCountList

Gets a list of HealthStateCount information for different entity kinds.

Methods

ToString()

Returns a string representation of the health state count.

Applies to