PartitionHealthQueryDescription Class

Definition

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

Constructors

PartitionHealthQueryDescription(Guid)

Instantiates a new instance of the PartitionHealthQueryDescription class.

Properties

EventsFilter

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

HealthPolicy

Gets or sets the ApplicationHealthPolicy used to evaluate health.

HealthStatisticsFilter

Gets or sets the health statistics filter.

PartitionId

Gets or sets the partition identifier.

ReplicasFilter

Gets or sets the filter for ReplicaHealthState children. Only children that match the filter will be returned. All children will be used to evaluate the partition aggregated health state.

Methods

ToString()

Gets a string representation of the health query description.

Applies to