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 operations related to creating backups in Google Cloud Bigtable Admin V2."],["The latest version of `CreateBackupMetadata` is 3.24.0, and the page provides links to documentation for many older versions, down to 2.4.0."],["`CreateBackupMetadata` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `EndTime`, `Name`, `SourceTable`, and `StartTime`, which are used to track the backup creation process."],["The `CreateBackupMetadata` can also be inherited by an object, and uses the namespace `Google.Cloud.Bigtable.Admin.V2`."]]],[]]