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 is 3.24.0, with a range of versions from 3.23.0 down to 2.4.0, all documented in the context of `OptimizeRestoredTableMetadata`."],["`OptimizeRestoredTableMetadata` is a metadata type used to monitor the optimization process of a newly restored table, which is an automated system-created process that cannot be cancelled."],["The class `OptimizeRestoredTableMetadata` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while also inheriting from `Object`."],["`OptimizeRestoredTableMetadata` offers two constructors: one default constructor, and another that accepts an `OptimizeRestoredTableMetadata` object."],["The `OptimizeRestoredTableMetadata` class includes properties for 'Name' (a string representing the restored table name) and 'Progress' (an `OperationProgress` object indicating optimization progress)."]]],[]]