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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `FailoverInstanceRequest.Types.DataProtectionMode` enum in the Google Cloud Memorystore for Redis v1beta1 API specifies the data retention modes during instance failover."],["The `ForceDataLoss` field indicates that failover will occur without data loss control."],["The `LimitedDataLoss` field indicates that failover will only occur if the replication offset difference is under a threshold, controlling data loss."],["The `Unspecified` field defaults to `LIMITED_DATA_LOSS` if no specific data protection mode is chosen."],["The latest version of this component is `3.0.0-beta05`, and it can be found within the `Google.Cloud.Redis.V1Beta1` namespace."]]],[]]