Class DropRowRangeRequest
Request message for google.bigtable.admin.v2.BigtableTableAdmin.DropRowRange
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class DropRowRangeRequest : IDirectResponseSchema
Properties
DeleteAllDataFromTable
Delete all rows in the table. Setting this to false is a no-op.
Declaration
[JsonProperty("deleteAllDataFromTable")]
public virtual bool? DeleteAllDataFromTable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RowKeyPrefix
Delete all rows that start with this row key prefix. Prefix cannot be zero length.
Declaration
[JsonProperty("rowKeyPrefix")]
public virtual string RowKeyPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |