Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ReconfigurationInformation

Package version

Information about current reconfiguration like phase, type, previous configuration role of replica and reconfiguration start date time.

Hierarchy

  • ReconfigurationInformation

Index

Properties

Optional previousConfigurationRole

previousConfigurationRole: ReplicaRole

Replica role before reconfiguration started. Possible values include: 'Unknown', 'None', 'Primary', 'IdleSecondary', 'ActiveSecondary'

Optional reconfigurationPhase

reconfigurationPhase: ReconfigurationPhase

Current phase of ongoing reconfiguration. If no reconfiguration is taking place then this value will be "None". Possible values include: 'Unknown', 'None', 'Phase0', 'Phase1', 'Phase2', 'Phase3', 'Phase4', 'AbortPhaseZero'

Optional reconfigurationStartTimeUtc

reconfigurationStartTimeUtc: Date

Start time (in UTC) of the ongoing reconfiguration. If no reconfiguration is taking place then this value will be zero date-time.

Optional reconfigurationType

reconfigurationType: ReconfigurationType

Type of current ongoing reconfiguration. If no reconfiguration is taking place then this value will be "None". Possible values include: 'Unknown', 'SwapPrimary', 'Failover', 'Other'

Generated using TypeDoc