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."],[[["The latest version available for `OptimizeRestoredTableMetadata` is 3.24.0, and the page documents versions ranging from 2.4.0 to 3.24.0."],["`OptimizeRestoredTableMetadata` is a metadata type that tracks the progress of optimizations on a newly restored Bigtable table, automatically created after a successful table restore."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling, equality checks, deep cloning, and buffer operations."],["The `OptimizeRestoredTableMetadata` class has properties, `Name` which represents the restored table being optimized, and `Progress`, which provides information on the optimization progress, both of these can be used to track the optimization process."],["The Class is contained in the `Google.Cloud.Bigtable.Admin.V2` namespace and is found within the Google.Cloud.Bigtable.Admin.V2.dll assembly."]]],[]]