Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 553 Bytes

File metadata and controls

15 lines (7 loc) · 553 Bytes

SynchronizationMode

Represents different modes of replication. Be aware that the SYNCHRONOUS mode is deprecated and will be removed in future versions. Existing clusters will eventually be migrated to one of the supported modes.

Enum

  • ASYNCHRONOUS (value: 'ASYNCHRONOUS')

  • SYNCHRONOUS (value: 'SYNCHRONOUS')

  • STRICTLY_SYNCHRONOUS (value: 'STRICTLY_SYNCHRONOUS')

[Back to Model list] [Back to API list] [Back to README]