View Source GoogleApi.BigtableAdmin.V2.Model.OptimizeRestoredTableMetadata (google_api_bigtable_admin v0.22.0)
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
(type:String.t
, default:nil
) - Name of the restored table being optimized. -
progress
(type:GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t
, default:nil
) - The progress of the post-restore optimizations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.OptimizeRestoredTableMetadata{ name: String.t() | nil, progress: GoogleApi.BigtableAdmin.V2.Model.OperationProgress.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.