ReconfigurationType Enum

Definition

Represents replica reconfiguration type.

public enum ReconfigurationType
type ReconfigurationType = 
Public Enum ReconfigurationType
Inheritance
ReconfigurationType

Fields

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