public enum FailoverInstanceRequest.Types.DataProtectionModeReference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API enum FailoverInstanceRequest.Types.DataProtectionMode.
Specifies different modes of operation in relation to the data retention.
Namespace
Google.Cloud.Redis.V1Beta1Assembly
Google.Cloud.Redis.V1Beta1.dll
Fields |
|
|---|---|
| Name | Description |
ForceDataLoss |
Instance failover will be performed without data loss control. |
LimitedDataLoss |
Instance failover will be protected with data loss control. More specifically, the failover will only be performed if the current replication offset diff between primary and replica is under a certain threshold. |
Unspecified |
Defaults to LIMITED_DATA_LOSS if a data protection mode is not specified. |