public sealed class ContinuousBackupConfig : IMessage<ContinuousBackupConfig>, IEquatable<ContinuousBackupConfig>, IDeepCloneable<ContinuousBackupConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class ContinuousBackupConfig.
ContinuousBackupConfig describes the continuous backups recovery
configurations of a cluster.
public EncryptionConfig EncryptionConfig { get; set; }
The encryption config can be specified to encrypt the
backups with a customer-managed encryption key (CMEK). When this field is
not specified, the backup will use the cluster's encryption config.
The number of days that are eligible to restore from using PITR. To support
the entire recovery window, backups and logs are retained for one day more
than the recovery window. If not set, defaults to 14 days.
[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eContinuousBackupConfig\u003c/code\u003e class in the Google Cloud AlloyDB v1alpha API is used to manage the continuous backup settings for a database cluster.\u003c/p\u003e\n"],["\u003cp\u003eThis class allows users to enable or disable continuous backups using the \u003ccode\u003eEnabled\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eUsers can specify a custom encryption key for backups via the \u003ccode\u003eEncryptionConfig\u003c/code\u003e property, or default encryption will be used.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRecoveryWindowDays\u003c/code\u003e property determines the duration, in days, for which point-in-time recovery (PITR) is available, with a default of 14 days if unspecified.\u003c/p\u003e\n"],["\u003cp\u003eThe API contains two versions, with the most recent being \u003ca href=\"/dotnet/docs/reference/Google.Cloud.AlloyDb.V1Alpha/latest/Google.Cloud.AlloyDb.V1Alpha.ContinuousBackupConfig\"\u003e1.0.0-alpha10\u003c/a\u003e.\u003c/p\u003e\n"]]],[],null,[]]