google_api_bigtable_admin v0.5.0 GoogleApi.BigtableAdmin.V2.Model.TableProgress View Source

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) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.BigtableAdmin.V2.Model.TableProgress{
  estimatedCopiedBytes: String.t(),
  estimatedSizeBytes: String.t(),
  state: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.