PostgreSqlFlexibleServersReplicationState 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.
Indicates the replication state of a read replica. This property is returned only when the target server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating.
public enum PostgreSqlFlexibleServersReplicationState
type PostgreSqlFlexibleServersReplicationState =
Public Enum PostgreSqlFlexibleServersReplicationState
- Inheritance
-
PostgreSqlFlexibleServersReplicationState
Fields
| Name | Value | Description |
|---|---|---|
| Active | 0 | The read replica server is fully synchronized and actively replicating data from the primary server. |
| Catchup | 1 | The read replica server is behind the primary server and is currently catching up with pending changes. |
| Provisioning | 2 | The read replica server is being created and is in process of getting initialized. |
| Updating | 3 | The read replica server is undergoing some changes it can be changing compute size of promoting it to primary server. |
| Broken | 4 | Replication has failed or been interrupted. |
| Reconfiguring | 5 | The read replica server is being reconfigured, possibly due to changes in source or settings. |