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 the .NET environment, with the latest version being 3.24.0."],["`OptimizeRestoredTableMetadata` is a metadata type that tracks the progress of optimizations on a newly restored Bigtable, which is automatically created upon completion of a restore and cannot be cancelled."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `object` class."],["Key properties of `OptimizeRestoredTableMetadata` include `Name`, representing the restored table's name, and `Progress`, indicating the optimization's advancement."],["This class is located within the `Google.Cloud.Bigtable.Admin.V2` namespace and is contained in the `Google.Cloud.Bigtable.Admin.V2.dll` assembly, with a history of versions ranging from 2.4.0 to 3.24.0."]]],[]]