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-03-21 UTC."],[[["The latest version available for the `ContinuousBackupSource` class is 1.9.0, but this page specifically references version 1.6.0."],["`ContinuousBackupSource` is a class within the `Google.Cloud.AlloyDb.V1` namespace in the Google Cloud AlloyDB v1 API."],["This class, `ContinuousBackupSource`, represents a message type, as well as implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`ContinuousBackupSource` offers two constructors: a default constructor and a copy constructor that takes another `ContinuousBackupSource` instance as a parameter."],["`ContinuousBackupSource` class has two properties available, `Cluster` which represents the cluster to restore, and `PointInTime` which represents the time to restore to."]]],[]]