Share via


ReplicaHealthEvaluation Class

Definition

Represents health evaluation for a replica, containing information about the data and the algorithm used by health store to evaluate health. The evaluation is returned only when the aggregated health state is either Error or Warning.

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

Properties

AggregatedHealthState

The aggregated health state of the evaluated entity.

(Inherited from HealthEvaluation)
Description

Gets the description of the health evaluation, which represents a summary of the evaluation process.

(Inherited from HealthEvaluation)
Kind

Gets the kind of the health evaluation.

(Inherited from HealthEvaluation)
PartitionId

Gets the partition ID.

ReplicaOrInstanceId

Gets the stateful service replica ID or the stateless service instance ID.

UnhealthyEvaluations

Gets the unhealthy evaluations that led to the current aggregated health state of the replica. The types of the unhealthy evaluations can be EventHealthEvaluation.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to