public sealed class RestoreTableMetadata : IMessage<RestoreTableMetadata>, IEquatable<RestoreTableMetadata>, IDeepCloneable<RestoreTableMetadata>, IBufferMessage, IMessage
Metadata type for the long-running operation returned by
[RestoreTable][google.bigtable.admin.v2.BigtableTableAdmin.RestoreTable].
public string OptimizeTableOperationName { get; set; }
If exists, the name of the long-running operation that will be used to
track the post-restore optimization process to optimize the performance of
the restored table. The metadata type of the long-running operation is
[OptimizeRestoreTableMetadata][]. The response type is
[Empty][google.protobuf.Empty]. This long-running operation may be
automatically created by the system if applicable after the
RestoreTable long-running operation completes successfully. This operation
may not be created if the table is already optimized or the restore was
not successful.
[[["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 details the `RestoreTableMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, used for managing long-running table restoration operations in Google Cloud Bigtable."],["The `RestoreTableMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling and processing protocol buffer messages."],["The content lists multiple versions of the `RestoreTableMetadata` documentation, ranging from version 2.4.0 to the latest 3.24.0, each with its specific documentation page."],["Key properties of the `RestoreTableMetadata` class include `BackupInfo`, `Name`, `OptimizeTableOperationName`, `Progress`, `SourceInfoCase`, and `SourceType`, which provide information about the table being restored, its source, and the progress of the operation."],["The document provides two constructors for `RestoreTableMetadata`, one with no parameters and one that takes another `RestoreTableMetadata` object as a parameter, allowing for the creation of new instances and copies of existing instances."]]],[]]