public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta 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-24 UTC."],[[["The `ContinuousBackupSource` class in the AlloyDB v1beta API is a message type used for defining a source for continuous backups."],["It is implemented within the `Google.Cloud.AlloyDb.V1Beta` namespace and is part of the `Google.Cloud.AlloyDb.V1Beta.dll` assembly."],["The class provides two constructors, a default and one that takes another `ContinuousBackupSource` instance, and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ContinuousBackupSource` has properties `Cluster` (a string representing the source cluster) and `PointInTime` (a Timestamp to restore to), both of which are required for successful operation."]]],[]]