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 page details the `OptimizeRestoredTableMetadata` class, which is used for tracking the progress of post-restore optimizations on a restored Bigtable table, and is found within the `Google.Cloud.Bigtable.Admin.V2` namespace."],["The latest version is `3.24.0`, with numerous previous versions also listed, ranging down to `2.4.0` all referencing the same `OptimizeRestoredTableMetadata`."],["The `OptimizeRestoredTableMetadata` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Name` (the name of the table being optimized) and `Progress` (the current optimization progress) for tracking the optimization status."],["The class has two constructors, a default one, and another one that takes an `OptimizeRestoredTableMetadata` object."]]],[]]