ReplicaHealthStatesFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the filter for ReplicaHealthState objects.
public sealed class ReplicaHealthStatesFilter
type ReplicaHealthStatesFilter = class
Public NotInheritable Class ReplicaHealthStatesFilter
- Inheritance
-
ReplicaHealthStatesFilter
Remarks
The filter can be used in PartitionHealthQueryDescription to specify which replica children should be returned as part of PartitionHealth.
Constructors
| Name | Description |
|---|---|
| ReplicaHealthStatesFilter() |
Initializes a new instance of the ReplicaHealthStatesFilter class. |
Properties
| Name | Description |
|---|---|
| HealthStateFilter |
Obsolete.
DEPRECATED. Gets or sets the filter for the aggregated health state of the ReplicaHealthState entries in the collection. Represents a value obtained from members or bitwise combinations of members of HealthStateFilter. |
| HealthStateFilterValue |
Gets or sets the filter for the aggregated health state of the ReplicaHealthState entries in the collection. |
Methods
| Name | Description |
|---|---|
| ToString() |
Returns a string representation of the filter. |