Class ProjectsResource.InstancesResource.TablesResource.GenerateConsistencyTokenRequest
Generates a consistency token for a Table, which can be used in CheckConsistency to check whether mutations to the table that finished before this call started have been replicated. The tokens will be available for 90 days.
Inheritance
ProjectsResource.InstancesResource.TablesResource.GenerateConsistencyTokenRequest
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.GenerateConsistencyTokenRequest : BigtableAdminBaseServiceRequest<GenerateConsistencyTokenResponse>, IClientServiceRequest<GenerateConsistencyTokenResponse>, IClientServiceRequest
Constructors
GenerateConsistencyTokenRequest(IClientService, GenerateConsistencyTokenRequest, string)
Constructs a new GenerateConsistencyToken request.
Declaration
public GenerateConsistencyTokenRequest(IClientService service, GenerateConsistencyTokenRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GenerateConsistencyTokenRequest | 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 for which to create a consistency token. 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 GenerateConsistencyToken parameter list.
Declaration
protected override void InitParameters()