Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartitionHealthStateChunk

Package version

Represents the health state chunk of a partition, which contains the partition ID, its aggregated health state and any replicas that respect the filters in the cluster health chunk query description.

Hierarchy

Index

Properties

Optional healthState

healthState: 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

The Id of the partition.

Optional replicaHealthStateChunks

replicaHealthStateChunks: ReplicaHealthStateChunkList

The list of replica health state chunks belonging to the partition that respect the filters in the cluster health chunk query description.

Generated using TypeDoc