public sealed class ContinuousBackupInfo : IMessage<ContinuousBackupInfo>, IEquatable<ContinuousBackupInfo>, IDeepCloneable<ContinuousBackupInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class ContinuousBackupInfo.
ContinuousBackupInfo describes the continuous backup properties of a
cluster.
[[["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-17 UTC."],[[["This document provides reference information for the `ContinuousBackupInfo` class within the Google Cloud AlloyDB v1 API, specifically version 1.5.0, and also provides links to older and newer versions."],["The `ContinuousBackupInfo` class describes the properties of continuous backups for an AlloyDB cluster, and it includes information like the earliest restorable time, when it was last enabled, encryption details, and the days of the week when backups are taken."],["The `ContinuousBackupInfo` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and is part of the `Google.Cloud.AlloyDb.V1` namespace within the `Google.Cloud.AlloyDb.V1.dll` assembly."],["The `ContinuousBackupInfo` class has properties for `EarliestRestorableTime`, `EnabledTime`, `EncryptionInfo`, and `Schedule`, which are all output only values except for when passed in a request, they are of different well known types, and are used to give information regarding the backup."]]],[]]