public sealed class ClusterPersistenceConfig.Types.RDBConfig : IMessage<ClusterPersistenceConfig.Types.RDBConfig>, IEquatable<ClusterPersistenceConfig.Types.RDBConfig>, IDeepCloneable<ClusterPersistenceConfig.Types.RDBConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Memorystore for Redis (cluster management) v1 API class ClusterPersistenceConfig.Types.RDBConfig.
public Timestamp RdbSnapshotStartTime { get; set; }
Optional. The time that the first snapshot was/will be attempted, and to
which future snapshots will be aligned. If not provided, the current time
will be used.
[[["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."],[[["This documentation is for the `ClusterPersistenceConfig.Types.RDBConfig` class within the Google Cloud Memorystore for Redis (cluster management) v1 API."],["The `RDBConfig` class provides configuration for RDB-based persistence in Redis clusters, serving as a component to manage how data is stored and retrieved."],["This class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparisons, deep cloning, and buffered message management."],["The `RDBConfig` class includes properties for managing RDB snapshots, such as `RdbSnapshotPeriod` which defines the interval between snapshots and `RdbSnapshotStartTime` to set the alignment for future snapshots."],["There are multiple versions of the documentation available, ranging from version 1.0.0 to the latest 1.4.0, allowing to see how the class has changed over time."]]],[]]