ServiceReplicaStatus Enum

Definition

Specifies the status of the replica.

public enum ServiceReplicaStatus
type ServiceReplicaStatus = 
Public Enum ServiceReplicaStatus
Inheritance
ServiceReplicaStatus

Fields

Completed 6

Replica is Completed. This means that the replica has been removed from the replica set.

Down 4

Replica is down.

Dropped 5

Replica is dropped. This means that the replica has been removed from the replica set. If it is persisted, its state has been deleted.

InBuild 1

Replica is being built. This means that a primary replica is seeding this replica.

Invalid 0

Invalid.

Ready 3

Replica is ready.

Standby 2

The replica has restarted and it is being kept as a standby.

Applies to