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 reference documentation for the `CreateBackupMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET."],["The latest version of the documentation available is for version 3.24.0, with a range of previous versions from 3.23.0 down to 2.4.0 also being accessible."],["`CreateBackupMetadata` is a metadata type used for operations, particularly in the `CreateBackup` function of the `BigtableTableAdmin` class, used to backup Google cloud data."],["The `CreateBackupMetadata` class includes properties such as `EndTime`, `Name`, `SourceTable`, and `StartTime`, which describe details of the backup operation."],["The class implements multiple interfaces, like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, in addition to inheriting from `object`."]]],[]]