ReconfigurationPhase 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.
Represents replica reconfiguration phase.
public enum ReconfigurationPhase
type ReconfigurationPhase =
Public Enum ReconfigurationPhase
- Inheritance
-
ReconfigurationPhase
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Invalid reconfiguration phase. |
None | 1 | There is no reconfiguration currently in progress. |
Phase0 | 2 | The reconfiguration is transferring data from the previous primary to the new primary. |
Phase1 | 3 | The reconfiguration is querying the replica set for the progress. |
Phase2 | 4 | The reconfiguration is ensuring that data from the current primary is present in a majority of the replica set. |
Phase3 | 5 | For internal use only. |
Phase4 | 6 | For internal use only. |
AbortPhaseZero | 7 | For internal use only. |
Applies to
Azure SDK for .NET