OptimizeRestoredTableMetadata class
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.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name ↔ String
-
Name of the restored table being optimized.
read / write
- progress ↔ OperationProgress
-
The progress of the post-restore optimizations.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited