public sealed class OptimizeRestoredTableMetadata : IMessage<OptimizeRestoredTableMetadata>, IEquatable<OptimizeRestoredTableMetadata>, IDeepCloneable<OptimizeRestoredTableMetadata>, IBufferMessage, IMessage
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 document outlines the `OptimizeRestoredTableMetadata` class within the `Google.Cloud.Bigtable.Admin.V2` namespace, detailing its structure and functionality."],["The `OptimizeRestoredTableMetadata` class is a metadata type used to track the progress of optimizations on a newly restored Bigtable, which occurs as an automatic, non-cancellable process."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of the `OptimizeRestoredTableMetadata` class include `Name`, which specifies the name of the table being optimized, and `Progress`, indicating the optimization progress using the `OperationProgress` type."],["There are many versions of this documentation, from 2.4.0 all the way up to 3.24.0."]]],[]]