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."],[[["The document provides reference documentation for the `CreateBackupMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["This class represents the metadata type for operations related to creating backups in Google Cloud Bigtable, as initiated by the `CreateBackup` method."],["The `CreateBackupMetadata` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for message handling, comparison, cloning, and buffered operations."],["The class has properties like `EndTime`, `Name`, `SourceTable`, and `StartTime` to track the backup creation process, including timestamps and the table from which the backup originates."],["This document also details the numerous versions of the Google.Cloud.Bigtable.Admin.V2 API, ranging from 2.4.0 all the way to the most current version of 3.24.0."]]],[]]