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, specifically in the .NET context."],["The `OptimizeRestoredTableMetadata` class is used to track the progress of optimizations on a newly restored table, automatically initiated by the system upon successful restoration, which cannot be manually cancelled."],["The page includes links to various versions of the documentation, ranging from version 2.4.0 to the latest 3.24.0, allowing developers to access the details relevant to their specific project version."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, offering insights into its capabilities."],["The page outlines the constructors and properties of the `OptimizeRestoredTableMetadata` class, including `Name` (string type) and `Progress` (OperationProgress type), providing clear details on the table name and optimization status."]]],[]]