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 webpage provides documentation for the `OptimizeRestoredTableMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for the .NET environment, with version 3.7.0 being currently shown, although it references versions up to 3.24.0."],["`OptimizeRestoredTableMetadata` tracks the progress of optimizations on a newly restored table and is a long-running operation automatically created by the system."],["The `OptimizeRestoredTableMetadata` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `OptimizeRestoredTableMetadata()` and `OptimizeRestoredTableMetadata(OptimizeRestoredTableMetadata other)`, and two key properties: `Name` (a string representing the name of the restored table) and `Progress` (an `OperationProgress` object detailing the optimization progress)."],["The documented versions for this API class range from 2.4.0 to the latest 3.24.0."]]],[]]