View Source GoogleApi.BigtableAdmin.V2.Model.TableProgress (google_api_bigtable_admin v0.22.0)

Progress info for copying a table's data to the new cluster.

Attributes

  • estimatedCopiedBytes (type: String.t, default: nil) - Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.
  • estimatedSizeBytes (type: String.t, default: nil) - Estimate of the size of the table to be copied.
  • state (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.TableProgress{
  estimatedCopiedBytes: String.t() | nil,
  estimatedSizeBytes: String.t() | nil,
  state: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.