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 documentation for the `OptimizeRestoredTableMetadata` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `OptimizeRestoredTableMetadata` class tracks the progress of optimizations on a newly restored Bigtable, after a successful table restore, and it cannot be cancelled."],["The page lists the available versions of the API, from the latest `3.24.0` down to `2.4.0`, and links to each version's documentation."],["The documentation outlines the class's inheritance, implemented interfaces, inherited members, namespace (`Google.Cloud.Bigtable.Admin.V2`), assembly, constructors, and properties such as `Name` and `Progress`."],["The webpage details the properties of the class, such as `Name`, which is a string representing the name of the table being optimized, and `Progress`, of the type `OperationProgress`, which tracks the optimization's status."]]],[]]