ReconfigurationType Enum

Definition

Represents replica reconfiguration type.

public enum ReconfigurationType
type ReconfigurationType = 
Public Enum ReconfigurationType
Inheritance
ReconfigurationType

Fields

Failover 2

Reconfiguration triggered in response to a primary going down. This could be due to many reasons such as primary replica crashing etc

None 4

No reconfiguration is taking place currently.

Other 3

Reconfigurations where no change is happening to the primary.

SwapPrimary 1

Reconfiguration triggered to promote an active secondary replica to the primary role and demote existing primary replica to secondary role.

Unknown 0

Invalid reconfiguration type.

Applies to