public sealed class DropRowRangeRequest : IMessage<DropRowRangeRequest>, IEquatable<DropRowRangeRequest>, IDeepCloneable<DropRowRangeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DropRowRangeRequest.
Request message for [google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
Implements
IMessageDropRowRangeRequest, IEquatableDropRowRangeRequest, IDeepCloneableDropRowRangeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
DropRowRangeRequest()
public DropRowRangeRequest()
DropRowRangeRequest(DropRowRangeRequest)
public DropRowRangeRequest(DropRowRangeRequest other)
Parameter | |
---|---|
Name | Description |
other | DropRowRangeRequest |
Properties
DeleteAllDataFromTable
public bool DeleteAllDataFromTable { get; set; }
Delete all rows in the table. Setting this to false is a no-op.
Property Value | |
---|---|
Type | Description |
bool |
HasDeleteAllDataFromTable
public bool HasDeleteAllDataFromTable { get; }
Gets whether the "delete_all_data_from_table" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasRowKeyPrefix
public bool HasRowKeyPrefix { get; }
Gets whether the "row_key_prefix" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
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}
.
Property Value | |
---|---|
Type | Description |
string |
RowKeyPrefix
public ByteString RowKeyPrefix { get; set; }
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Property Value | |
---|---|
Type | Description |
ByteString |
TableName
public TableName TableName { get; set; }
Property Value | |
---|---|
Type | Description |
TableName |
TargetCase
public DropRowRangeRequest.TargetOneofCase TargetCase { get; }
Property Value | |
---|---|
Type | Description |
DropRowRangeRequestTargetOneofCase |