public sealed class CreateBackupMetadata : IMessage<CreateBackupMetadata>, IEquatable<CreateBackupMetadata>, IDeepCloneable<CreateBackupMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateBackupMetadata.
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 provides documentation for the `CreateBackupMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["It details the different versions of `CreateBackupMetadata` available, ranging from version 2.4.0 to the latest version, 3.24.0, which is accessible through the given links."],["The `CreateBackupMetadata` class is used for the metadata of backup creation operations and is an object that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `EndTime`, `Name`, `SourceTable`, and `StartTime`, which hold relevant information about the backup operation, such as the operation's start and end time, the backup's name, and the source table."],["The Google.Cloud.Bigtable.Admin.V2 is the namespace that this class belongs to, and it can be found in the Google.Cloud.Bigtable.Admin.V2.dll assembly."]]],[]]