Reference documentation and code samples for the Cloud Bigtable V2 Client class DropRowRangeRequest.
Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange
Generated from protobuf message google.bigtable.admin.v2.DropRowRangeRequest
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
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}
.
↳ row_key_prefix
string
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
↳ delete_all_data_from_table
bool
Delete all rows in the table. Setting this to false is a no-op.
getName
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}
.
string
setName
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}
.
var
string
$this
getRowKeyPrefix
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
string
hasRowKeyPrefix
setRowKeyPrefix
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
var
string
$this
getDeleteAllDataFromTable
Delete all rows in the table. Setting this to false is a no-op.
bool
hasDeleteAllDataFromTable
setDeleteAllDataFromTable
Delete all rows in the table. Setting this to false is a no-op.
var
bool
$this
getTarget
string