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 the current page documents version 1.7.0."],["`ContinuousBackupSource` is a message class within the Google.Cloud.AlloyDb.V1 namespace designed to describe a source for continuous backups, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes two constructors, `ContinuousBackupSource()` and `ContinuousBackupSource(ContinuousBackupSource other)`, and has properties for `Cluster` (a string representing the source cluster) and `PointInTime` (a timestamp indicating the restoration point)."],["The class inherits members from the base `object` class, including `GetHashCode`, `GetType`, and `ToString`."]]],[]]