ServicePartitionStatus Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the service partition status.
public enum ServicePartitionStatus
type ServicePartitionStatus =
Public Enum ServicePartitionStatus
- Inheritance
-
ServicePartitionStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | This supports the Service Fabric infrastructure and is not meant to be used directly from your code. |
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 |
NotReady | 2 | Partition is not ready. This is returned when none of the other states apply. |
InQuorumLoss | 3 | Partition is in quorum loss. This means that less than MinReplicaSetSize number of replicas are participating in quorum. |
Reconfiguring | 4 | Partition is undergoing a reconfiguration. |
Deleting | 5 | Partition is getting deleted. |
Applies to
Azure SDK for .NET