public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1alpha API class ContinuousBackupSource.
Required. The source cluster from which to restore. This cluster must have
continuous backup enabled for this operation to succeed. For the required
format, see the comment on the Cluster.name field.
[[["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 document provides reference information for the `ContinuousBackupSource` class within the Google Cloud AlloyDB v1alpha API, specifically for the .NET environment."],["`ContinuousBackupSource` is a sealed class used to describe a source for continuous backups, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors: a default constructor and another that takes an existing `ContinuousBackupSource` object as a parameter for copying purposes."],["Key properties of this class include `Cluster`, a string representing the source cluster for restoration, and `PointInTime`, a `Timestamp` object detailing the exact time for the restoration process."],["This class is found in the `Google.Cloud.AlloyDb.V1Alpha` namespace and is part of the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly."]]],[]]