Share via


ReplicaHealthQueryDescription Class

Definition

Describes the query input for getting ReplicaHealth. Used by GetReplicaHealthAsync(ReplicaHealthQueryDescription).

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

Constructors

Name Description
ReplicaHealthQueryDescription(Guid, Int64)

Instantiates a new instance of the ReplicaHealthQueryDescription class.

Properties

Name Description
EventsFilter

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

HealthPolicy

Gets or sets the ApplicationHealthPolicy used to evaluate health.

PartitionId

Gets the partition identifier.

ReplicaOrInstanceId

The stateful service replica id or stateless service instance.

Methods

Name Description
ToString()

Gets a string representation of the health query description.

Applies to