Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReplicaHealthState

Package version

Represents a base class for stateful service replica or stateless service instance health state.

Hierarchy

  • ReplicaHealthState

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.

serviceKind

serviceKind: "ReplicaHealthState"

Polymorphic Discriminator

Generated using TypeDoc