syncMode property
External sync mode Possible string values are:
- "EXTERNAL_SYNC_MODE_UNSPECIFIED" : Unknown external sync mode, will be defaulted to ONLINE mode
- "ONLINE" : Online external sync will set up replication after initial data external sync
- "OFFLINE" : Offline external sync only dumps and loads a one-time snapshot of the primary instance's data
Implementation
core.String? syncMode;