public sealed class PersistenceConfig : IMessage<PersistenceConfig>, IEquatable<PersistenceConfig>, IDeepCloneable<PersistenceConfig>, IBufferMessage, IMessage
public PersistenceConfig.Types.SnapshotPeriod RdbSnapshotPeriod { get; set; }
Optional. Period between RDB snapshots. Snapshots will be attempted every period
starting from the provided snapshot start time. For example, a start time
of 01/01/2033 06:45 and SIX_HOURS snapshot period will do nothing until
01/01/2033, and then trigger snapshots every day at 06:45, 12:45, 18:45,
and 00:45 the next day, and so on.
If not provided, TWENTY_FOUR_HOURS will be used as default.
public Timestamp RdbSnapshotStartTime { get; set; }
Optional. Date and 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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePersistenceConfig\u003c/code\u003e class is a sealed class in the \u003ccode\u003eGoogle.Cloud.Redis.V1Beta1\u003c/code\u003e namespace, designed for configuring Redis persistence features.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, facilitating its use within Google's protocol buffer ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within \u003ccode\u003ePersistenceConfig\u003c/code\u003e include \u003ccode\u003ePersistenceMode\u003c/code\u003e, \u003ccode\u003eRdbNextSnapshotTime\u003c/code\u003e, \u003ccode\u003eRdbSnapshotPeriod\u003c/code\u003e, and \u003ccode\u003eRdbSnapshotStartTime\u003c/code\u003e, which manage persistence settings, snapshot schedules, and timing.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePersistenceConfig\u003c/code\u003e class has two constructors, one default and one that accepts another \u003ccode\u003ePersistenceConfig\u003c/code\u003e object for cloning or initialization purposes.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003ePersistenceConfig\u003c/code\u003e class can be found under \u003ccode\u003e3.0.0-beta05\u003c/code\u003e, with version \u003ccode\u003e2.0.0-beta09\u003c/code\u003e being referenced in this documentation.\u003c/p\u003e\n"]]],[],null,[]]