public sealed class OptimizeRestoredTableMetadata : IMessage<OptimizeRestoredTableMetadata>, IEquatable<OptimizeRestoredTableMetadata>, IDeepCloneable<OptimizeRestoredTableMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class OptimizeRestoredTableMetadata.
Metadata type for the long-running operation used to track the progress
of optimizations performed on a newly restored table. This long-running
operation is automatically created by the system after the successful
completion of a table restore, and cannot be cancelled.
[[["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 page provides reference documentation for the `OptimizeRestoredTableMetadata` class within the Google Cloud Bigtable Administration v2 API, detailing its functionality and usage in .NET."],["The `OptimizeRestoredTableMetadata` class is used to track the progress of optimizations performed on a newly restored Bigtable table, and this long-running operation is initiated automatically by the system post-restore."],["The document lists the available versions of this class, ranging from version 2.4.0 to the latest version 3.24.0, allowing developers to access the documentation for the specific version they are using."],["The class `OptimizeRestoredTableMetadata` inherits from `object` and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, showing its integration with the .NET and Google Protobuf framework."],["The class contains the `Name` property which allows the user to identify the table being restored, as well as the `Progress` property that uses `OperationProgress` to monitor the optimization process."]]],[]]