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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.