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 within the `Google.Cloud.Bigtable.Admin.V2` namespace, which is part of the Google Cloud Bigtable Admin API."],["The `OptimizeRestoredTableMetadata` class is used to track the progress of optimizations performed on a newly restored table and cannot be cancelled, as it is automatically initiated upon a successful restore."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, one default constructor and another that takes an `OptimizeRestoredTableMetadata` object, and includes properties `Name` for the restored table's name and `Progress` for optimization progress details."],["This page contains a list of versions for the class that range from 3.24.0 to 2.4.0."]]],[]]