Class OptimizeRestoredTableMetadata (2.41.0)

OptimizeRestoredTableMetadata(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

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.

Attributes

Name Description
name str
Name of the restored table being optimized.
progress google.cloud.bigtable_admin_v2.types.OperationProgress
The progress of the post-restore optimizations.