public sealed class DropRowRangeRequest : IMessage<DropRowRangeRequest>, IEquatable<DropRowRangeRequest>, IDeepCloneable<DropRowRangeRequest>, IBufferMessage, IMessageRequest message for [google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange][google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange]
Implements
IMessage<DropRowRangeRequest>, IEquatable<DropRowRangeRequest>, IDeepCloneable<DropRowRangeRequest>, 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 |
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 | |
|---|---|
| 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; }Google.Cloud.Bigtable.Common.V2.TableName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Cloud.Bigtable.Common.V2.TableName |
|
TargetCase
public DropRowRangeRequest.TargetOneofCase TargetCase { get; }| Property Value | |
|---|---|
| Type | Description |
DropRowRangeRequest.TargetOneofCase |
|