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 `CreateBackupMetadata` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration within the Google.Protobuf framework."],["The latest version available for the `CreateBackupMetadata` class is 3.24.0, and the page also lists prior versions, dating back to 2.4.0, providing access to historical versions."],["Key properties of the `CreateBackupMetadata` class include `EndTime`, `Name`, `SourceTable`, and `StartTime`, which describe the operation's status and the backup's details."],["The class is located within the `Google.Cloud.Bigtable.Admin.V2` namespace and is part of the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]