public sealed class ContinuousBackupSource : IMessage<ContinuousBackupSource>, IEquatable<ContinuousBackupSource>, IDeepCloneable<ContinuousBackupSource>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 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-04-17 UTC."],[[["The latest version available for the `ContinuousBackupSource` class is 1.9.0, but this documentation specifically covers version 1.3.0."],["`ContinuousBackupSource` is a class within the `Google.Cloud.AlloyDb.V1` namespace in the Google Cloud AlloyDB v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `ContinuousBackupSource` includes two constructors and two main properties: `Cluster`, which is a string, and `PointInTime`, which is a `Timestamp`."],["The `ContinuousBackupSource` class allows you to define a continuous backup source, by specifying a source cluster and point in time to restore from."]]],[]]