Class ProjectsResource.InstancesResource.TablesResource.CheckConsistencyRequest
Checks replication consistency based on a consistency token, that is, if replication has caught up based on the conditions specified in the token and the check request.
Inheritance
ProjectsResource.InstancesResource.TablesResource.CheckConsistencyRequest
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.CheckConsistencyRequest : BigtableAdminBaseServiceRequest<CheckConsistencyResponse>, IClientServiceRequest<CheckConsistencyResponse>, IClientServiceRequest
Constructors
CheckConsistencyRequest(IClientService, CheckConsistencyRequest, string)
Constructs a new CheckConsistency request.
Declaration
public CheckConsistencyRequest(IClientService service, CheckConsistencyRequest body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
CheckConsistencyRequest | 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 check replication consistency. 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 CheckConsistency parameter list.
Declaration
protected override void InitParameters()