Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceHealthStateChunk

Package version

Represents the health state chunk of a service, which contains the service name, its aggregated health state and any partitions 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 partitionHealthStateChunks

partitionHealthStateChunks: PartitionHealthStateChunkList

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

Optional serviceName

serviceName: undefined | string

The name of the service whose health state chunk is provided in this object.

Generated using TypeDoc