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."],[[["The `OptimizeRestoredTableMetadata` class is part of the Google Cloud Bigtable Administration v2 API and is used to track the optimization progress of a newly restored table."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class has properties, `Name` which gives the name of the table being optimized and `Progress` which displays the current progress of optimizations."],["The latest version of `OptimizeRestoredTableMetadata` is 3.24.0, with numerous previous versions available, going as far back as 2.4.0, each of which are hyperlinked to relevant documentation."],["The class is located within the namespace `Google.Cloud.Bigtable.Admin.V2` and is found in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly."]]],[]]