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.
Parameters | |
---|---|
Name | Description |
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 |
↳ 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}
.
Returns | |
---|---|
Type | Description |
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}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRowKeyPrefix
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Returns | |
---|---|
Type | Description |
string |
hasRowKeyPrefix
setRowKeyPrefix
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDeleteAllDataFromTable
Delete all rows in the table. Setting this to false is a no-op.
Returns | |
---|---|
Type | Description |
bool |
hasDeleteAllDataFromTable
setDeleteAllDataFromTable
Delete all rows in the table. Setting this to false is a no-op.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getTarget
Returns | |
---|---|
Type | Description |
string |