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 latest version available is 3.5.0, with versions ranging down to 2.2.0 for the `DataProtectionMode` feature within the `Google.Cloud.Redis.V1` library."],["`DataProtectionMode` is an enumeration that specifies modes of operation related to data retention during instance failovers."],["There are three defined fields for `DataProtectionMode`: `ForceDataLoss`, which performs failover without data loss control; `LimitedDataLoss`, which performs failover with data loss control based on replication offset; and `Unspecified`, which defaults to `LIMITED_DATA_LOSS` if no mode is specified."],["The `DataProtectionMode` enumeration can be found in the `Google.Cloud.Redis.V1` namespace and is part of the `Google.Cloud.Redis.V1.dll` assembly."]]],[]]