public sealed class CreateBackupMetadata : IMessage<CreateBackupMetadata>, IEquatable<CreateBackupMetadata>, IDeepCloneable<CreateBackupMetadata>, IBufferMessage, IMessage
Metadata type for the operation returned by
[CreateBackup][google.bigtable.admin.v2.BigtableTableAdmin.CreateBackup].
[[["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-25 UTC."],[[["This webpage details the `CreateBackupMetadata` class, which is used for metadata associated with the `CreateBackup` operation in Google Cloud Bigtable Admin V2."],["The page provides documentation for various versions of the .NET library related to `CreateBackupMetadata`, ranging from version 2.4.0 up to the latest 3.24.0."],["The `CreateBackupMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `CreateBackupMetadata` class include `EndTime`, `Name`, `SourceTable`, and `StartTime`, which provide information about the backup operation's timing, identifier, and source."],["The `CreateBackupMetadata` class has two constructors, one default and one that takes another `CreateBackupMetadata` object as a parameter for copying."]]],[]]