Class DropRowRangeRequest (2.9.0)

public sealed class DropRowRangeRequest : IMessage<DropRowRangeRequest>, IEquatable<DropRowRangeRequest>, IDeepCloneable<DropRowRangeRequest>, IBufferMessage, IMessage

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
Boolean

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
DropRowRangeRequest.TargetOneofCase