failoverMode property
A parameter that determines how writes that are pending replication are handled after a failover is initiated.
If not specified, HARD failover mode is used by default.
Optional. Possible string values are:
- "FAILOVER_MODE_UNSPECIFIED" : Invalid value.
- "SOFT" : When customers initiate a soft failover, BigQuery will wait until all committed writes are replicated to the secondary. This mode requires both regions to be available for the failover to succeed and prevents data loss.
- "HARD" : When customers initiate a hard failover, BigQuery will not wait until all committed writes are replicated to the secondary. There can be data loss for hard failover.
Implementation
core.String? failoverMode;