Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionHealthState

Package version

Represents the health state of a partition, which contains the partition identifier and its aggregated health state.

Hierarchy

Index

Properties

Optional aggregatedHealthState

aggregatedHealthState: HealthState

The health state of a Service Fabric entity such as Cluster, Node, Application, Service, Partition, Replica etc. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'

Optional partitionId

partitionId: undefined | string

Id of the partition whose health state is described by this object.

Generated using TypeDoc