Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatefulServicePartitionInfo

Package version

Information about a partition of a stateful Service Fabric service..

Hierarchy

  • StatefulServicePartitionInfo

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 lastQuorumLossDuration

lastQuorumLossDuration: undefined | string

The duration for which this partition was in quorum loss. If the partition is currently in quorum loss, it returns the duration since it has been in that state. This field is using ISO8601 format for specifying the duration.

Optional minReplicaSetSize

minReplicaSetSize: undefined | number

The minimum replica set size as a number.

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'

Optional primaryEpoch

primaryEpoch: Epoch

An Epoch is a configuration number for the partition as a whole. When the configuration of the replica set changes, for example when the Primary replica changes, the operations that are replicated from the new Primary replica are said to be a new Epoch from the ones which were sent by the old Primary replica.

serviceKind

serviceKind: "Stateful"

Polymorphic Discriminator

Optional targetReplicaSetSize

targetReplicaSetSize: undefined | number

The target replica set size as a number.

Generated using TypeDoc