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-21 UTC."],[[["This webpage details the `CreateBackupMetadata` class, which is used for operations related to creating backups in Google Cloud Bigtable."],["The latest version of `CreateBackupMetadata` is 3.24.0, and the page provides links to documentation for previous versions, including down to version 2.4.0, covering a broad range of updates."],["`CreateBackupMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its extensive capabilities in message handling and data manipulation."],["The class includes properties like `EndTime`, `Name`, `SourceTable`, and `StartTime`, which are essential for tracking the progress and details of a backup creation operation."],["The class contains two constructors, one being empty and another that takes in another `CreateBackupMetadata` object."]]],[]]