Class: Google::Bigtable::Admin::V2::DropRowRangeRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::DropRowRangeRequest
- 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
-
#delete_all_data_from_table ⇒ true, false
Delete all rows in the table.
-
#name ⇒ String
Required.
-
#row_key_prefix ⇒ String
Delete all rows that start with this row key prefix.
Instance Attribute Details
#delete_all_data_from_table ⇒ true, false
Returns 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 |
#name ⇒ String
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}
.
97 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_table_admin.rb', line 97 class DropRowRangeRequest; end |
#row_key_prefix ⇒ String
Returns 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 |