Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatelessServiceInstanceHealthState

Package version

Represents the health state of the stateless service instance, which contains the instance ID and the aggregated health state.

Hierarchy

  • StatelessServiceInstanceHealthState

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

The ID of the partition to which this replica belongs.

Optional replicaId

replicaId: undefined | string

Id of the stateless service instance on the wire this field is called ReplicaId.

serviceKind

serviceKind: "Stateless"

Polymorphic Discriminator

Generated using TypeDoc