Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatelessServicePartitionInfo

Package version

Information about a partition of a stateless Service Fabric service.

Hierarchy

  • StatelessServicePartitionInfo

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 instanceCount

instanceCount: undefined | number

Number of instances of this partition.

Optional partitionInformation

partitionInformation: PartitionInformationUnion

Information about the partition identity, partitioning scheme and keys supported by it.

Optional partitionStatus

partitionStatus: ServicePartitionStatus

The status of the service fabric service partition. Possible values include: 'Invalid', 'Ready', 'NotReady', 'InQuorumLoss', 'Reconfiguring', 'Deleting'

serviceKind

serviceKind: "Stateless"

Polymorphic Discriminator

Generated using TypeDoc