ReconfigurationType 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 type.
public enum ReconfigurationType
type ReconfigurationType =
Public Enum ReconfigurationType
- Inheritance
-
ReconfigurationType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Invalid reconfiguration type. |
SwapPrimary | 1 | Reconfiguration triggered to promote an active secondary replica to the primary role and demote existing primary replica to secondary role. |
Failover | 2 | Reconfiguration triggered in response to a primary going down. This could be due to many reasons such as primary replica crashing etc |
Other | 3 | Reconfigurations where no change is happening to the primary. |
None | 4 | No reconfiguration is taking place currently. |
Applies to
Azure SDK for .NET