Show / Hide Table of Contents

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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<Empty>
BigtableAdminBaseServiceRequest<Empty>
ProjectsResource.InstancesResource.TablesResource.DropRowRangeRequest
Implements
IClientServiceRequest<Empty>
IClientServiceRequest
Inherited Members
BigtableAdminBaseServiceRequest<Empty>.Xgafv
BigtableAdminBaseServiceRequest<Empty>.AccessToken
BigtableAdminBaseServiceRequest<Empty>.Alt
BigtableAdminBaseServiceRequest<Empty>.Callback
BigtableAdminBaseServiceRequest<Empty>.Fields
BigtableAdminBaseServiceRequest<Empty>.Key
BigtableAdminBaseServiceRequest<Empty>.OauthToken
BigtableAdminBaseServiceRequest<Empty>.PrettyPrint
BigtableAdminBaseServiceRequest<Empty>.QuotaUser
BigtableAdminBaseServiceRequest<Empty>.UploadType
BigtableAdminBaseServiceRequest<Empty>.UploadProtocol
ClientServiceRequest<Empty>.Execute()
ClientServiceRequest<Empty>.ExecuteAsStream()
ClientServiceRequest<Empty>.ExecuteAsync()
ClientServiceRequest<Empty>.ExecuteAsync(CancellationToken)
ClientServiceRequest<Empty>.ExecuteAsStreamAsync()
ClientServiceRequest<Empty>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<Empty>.CreateRequest(bool?)
ClientServiceRequest<Empty>.GenerateRequestUri()
ClientServiceRequest<Empty>.GetDefaultETagAction(string)
ClientServiceRequest<Empty>.ETagAction
ClientServiceRequest<Empty>.ModifyRequest
ClientServiceRequest<Empty>.ValidateParameters
ClientServiceRequest<Empty>.RequestParameters
ClientServiceRequest<Empty>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Empty>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Empty>.MethodName

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Empty>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Empty>.GetBody()

InitParameters()

Initializes DropRowRange parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.BigtableAdmin.v2.BigtableAdminBaseServiceRequest<Google.Apis.BigtableAdmin.v2.Data.Empty>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX