google_api_bigtable_admin v0.9.0 GoogleApi.BigtableAdmin.V2.Model.DropRowRangeRequest View Source

Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange

Attributes

  • deleteAllDataFromTable (type: boolean(), default: nil) - Delete all rows in the table. Setting this to false is a no-op.
  • rowKeyPrefix (type: String.t, default: nil) - Delete all rows that start with this row key prefix. Prefix cannot be zero length.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigtableAdmin.V2.Model.DropRowRangeRequest{
  deleteAllDataFromTable: boolean(),
  rowKeyPrefix: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.