Share via


PartitionsHealthEvaluation Class

Definition

Represents health evaluation for the partitions of a service, containing health evaluations for each unhealthy partition that impacts current aggregated health state. Can be returned when evaluating service health and the aggregated health state is either Error or Warning.

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

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)
MaxPercentUnhealthyPartitionsPerService

Gets the maximum allowed percentage of unhealthy partitions per service from the ServiceTypeHealthPolicy.

TotalCount

Gets the total number of partitions of the service from the health store.

UnhealthyEvaluations

Gets the list of unhealthy evaluations that led to the aggregated health state. Includes all the unhealthy PartitionHealthEvaluation that impacted the aggregated health.

Methods

ToString()

Returns a string representation of the health evaluation.

(Inherited from HealthEvaluation)

Applies to