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

ReplicaHealthQueryDescription(Guid, Int64)

Instantiates a new instance of the ReplicaHealthQueryDescription class.

Properties

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

ToString()

Gets a string representation of the health query description.

Applies to