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 development."],["The `CreateBackupMetadata` class is used to handle metadata for the `CreateBackup` operation in the Bigtable API, which tracks the creation of backups."],["The documentation includes a history of versions for the API, with version 3.24.0 being the latest release, and ranging all the way back to version 2.4.0."],["The class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, providing a variety of functionalities."],["The properties included in this class are `EndTime`, `Name`, `SourceTable`, and `StartTime`, which include details about when the operation began and ended, the name of the backup, and the source table the backup is derived from."]]],[]]