Google Cloud Memorystore for Redis v1beta1 API - Enum FailoverInstanceRequest.Types.DataProtectionMode (3.0.0-beta04)

public enum FailoverInstanceRequest.Types.DataProtectionMode

Reference 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.V1Beta1

Assembly

Google.Cloud.Redis.V1Beta1.dll

Fields

NameDescription
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.