StatefulServiceReplicaHealthState Class

Definition

Represents the health state of the stateful service replica, which contains the replica is and the aggregated health state.

public sealed class StatefulServiceReplicaHealthState : System.Fabric.Health.ReplicaHealthState
type StatefulServiceReplicaHealthState = class
    inherit ReplicaHealthState
Public NotInheritable Class StatefulServiceReplicaHealthState
Inherits ReplicaHealthState
Inheritance
StatefulServiceReplicaHealthState

Properties

AggregatedHealthState

Gets the aggregated health state computed by Health Manager based on all reported events and the desired policy.

(Inherited from EntityHealthState)
Id

Gets the stateful replica ID or stateless service instance ID.

(Inherited from ReplicaHealthState)
Kind

Gets the kind of the service replica.

(Inherited from ReplicaHealthState)
PartitionId

Gets the partition ID.

(Inherited from ReplicaHealthState)
ReplicaId

Gets the replica ID.

Methods

ToString()

Creates a string description of the replica health state.

(Inherited from ReplicaHealthState)

Applies to