PartitionHealthStateFilter Class

Definition

Filter for PartitionHealthState objects.

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

Remarks

The health state chunk queries can specify a list of partition filters to fine-grain select the partitions that should be included in the query result. Note that all the partitions are used to evaluate parents' aggregated health state, regardless of the filter passed in.

Constructors

PartitionHealthStateFilter()

Initializes a new instance of the PartitionHealthStateFilter class.

Properties

HealthStateFilter

Gets or sets filter for the aggregated health state of the PartitionHealthState entries in the collection.

PartitionIdFilter

Gets or sets the partition id filter.

ReplicaFilters

Gets the list of ReplicaHealthStateFilter to be applied to the replica children health states.

Methods

ToString()

Returns a string representation of the filter.

Applies to