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."],[[["The `ContinuousBackupSource` class in the AlloyDB v1alpha API represents a source for continuous backups, and is detailed in the provided reference documentation."],["This class is found within the `Google.Cloud.AlloyDb.V1Alpha` namespace and is part of the `Google.Cloud.AlloyDb.V1Alpha.dll` assembly."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with protocol buffer and .NET functionalities."],["Key properties of the class include `Cluster`, which specifies the source cluster for restoration, and `PointInTime`, indicating the specific time to restore to."],["The class also has a constructor, both a parameterless one and one that takes another `ContinuousBackupSource` as a parameter, which is used for constructing new instances of it."]]],[]]