Class ProjectsResource.InstancesResource.TablesResource.DropRowRangeRequest
Permanently drop/delete a row range from a specified table. The request can specify whether to delete all rows in a table, or only those that match a particular prefix. Note that row key prefixes used here are treated as service data. For more information about how service data is handled, see the Google Cloud Privacy Notice.
Inheritance
ProjectsResource.InstancesResource.TablesResource.DropRowRangeRequest
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.DropRowRangeRequest : BigtableAdminBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DropRowRangeRequest(IClientService, DropRowRangeRequest, string)
Constructs a new DropRowRange request.
Declaration
public DropRowRangeRequest(IClientService service, DropRowRangeRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
DropRowRangeRequest | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
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}
.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes DropRowRange parameter list.
Declaration
protected override void InitParameters()