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."],["The latest version available is 3.24.0, and there are many previous versions, all the way back to version 2.4.0, providing a comprehensive history of updates and changes."],["The `CreateBackupMetadata` class inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing many useful functions."],["Key properties of the `CreateBackupMetadata` class include `EndTime`, `Name`, `SourceTable`, and `StartTime`, which track crucial details about the backup operation."],["Two constructors are provided, one that is parameterless, and the other taking in another `CreateBackupMetadata` type as a parameter, for efficient object creation."]]],[]]