Share via


ServicePartitionStatus Enum

Definition

Specifies the service partition status.

public enum ServicePartitionStatus
type ServicePartitionStatus = 
Public Enum ServicePartitionStatus
Inheritance
ServicePartitionStatus

Fields

Deleting 5

Partition is getting deleted.

InQuorumLoss 3

Partition is in quorum loss. This means that less than MinReplicaSetSize number of replicas are participating in quorum.

Invalid 0

This supports the Service Fabric infrastructure and is not meant to be used directly from your code.

NotReady 2

Partition is not ready. This is returned when none of the other states apply.

Ready 1

Partition is ready.

For stateless services there is one up replica

For stateful services the number of ready replicas is greater than or equal to the MinReplicaSetSize

Reconfiguring 4

Partition is undergoing a reconfiguration.

Applies to