public sealed class PersistenceConfig : IMessage<PersistenceConfig>, IEquatable<PersistenceConfig>, IDeepCloneable<PersistenceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Memorystore v1 API class PersistenceConfig.
Represents persistence configuration for a instance.
[[["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-04-02 UTC."],[[["This document provides reference information for the `PersistenceConfig` class within the Memorystore v1 API, specifically version 1.0.0-beta01."],["`PersistenceConfig` is a class used to manage persistence settings for a Memorystore instance, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PersistenceConfig` class offers properties to configure persistence through `AofConfig`, `Mode`, and `RdbConfig`, which are all optional and relevant depending on the persistence mode selected."],["The class has two constructors, one of which takes another `PersistenceConfig` as input."],["This API is part of the `Google.Cloud.Memorystore.V1` namespace, within the `Google.Cloud.Memorystore.V1.dll` assembly."]]],[]]