Google Cloud Bigtable Administration v2 API - Class DropRowRangeRequest (3.9.0)

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]

Inheritance

object > DropRowRangeRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

DropRowRangeRequest()

public DropRowRangeRequest()

DropRowRangeRequest(DropRowRangeRequest)

public DropRowRangeRequest(DropRowRangeRequest other)
Parameter
NameDescription
otherDropRowRangeRequest

Properties

DeleteAllDataFromTable

public bool DeleteAllDataFromTable { get; set; }

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

Property Value
TypeDescription
bool

HasDeleteAllDataFromTable

public bool HasDeleteAllDataFromTable { get; }

Gets whether the "delete_all_data_from_table" field is set

Property Value
TypeDescription
bool

HasRowKeyPrefix

public bool HasRowKeyPrefix { get; }

Gets whether the "row_key_prefix" field is set

Property Value
TypeDescription
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
TypeDescription
string

RowKeyPrefix

public ByteString RowKeyPrefix { get; set; }

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

Property Value
TypeDescription
ByteString

TableName

public TableName TableName { get; set; }

TableName-typed view over the Name resource name property.

Property Value
TypeDescription
TableName

TargetCase

public DropRowRangeRequest.TargetOneofCase TargetCase { get; }
Property Value
TypeDescription
DropRowRangeRequestTargetOneofCase