Class: Google::Bigtable::Admin::V2::DropRowRangeRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

Request message for BigtableTableAdmin::DropRowRange

Instance Attribute Summary collapse

Instance Attribute Details

#delete_all_data_from_tabletrue, false

Returns Delete all rows in the table. Setting this to false is a no-op.

Returns:

  • (true, false)

    Delete all rows in the table. Setting this to false is a no-op.



97
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 97

class DropRowRangeRequest; end

#nameString

Returns Required. The unique name of the table on which to drop a range of rows. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Returns:

  • (String)

    Required. The unique name of the table on which to drop a range of rows. Values are of the form projects/{project}/instances/{instance}/tables/{table}.



97
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 97

class DropRowRangeRequest; end

#row_key_prefixString

Returns Delete all rows that start with this row key prefix. Prefix cannot be zero length.

Returns:

  • (String)

    Delete all rows that start with this row key prefix. Prefix cannot be zero length.



97
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 97

class DropRowRangeRequest; end