Stay organized with collections
Save and categorize content based on your preferences.
Generates a consistency token for a Table, which can be used in tables.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.
HTTP request
POST https://bigtableadmin.googleapis.com/v2/{name=projects/*/instances/*/tables/*}:generateConsistencyToken
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}.
Authorization requires the following IAM permission on the specified resource name:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-16 UTC."],[[["Generates a consistency token for a specified Table to check if past mutations have been replicated."],["The consistency token is valid for 90 days and can be used with `tables.checkConsistency`."],["A `POST` request to the provided URL, which includes the table name, is required to generate the token, with an empty request body."],["The response will include the generated `consistencyToken` as a string, upon a successful generation."],["Generating this token requires specific IAM permissions (`bigtable.tables.generateConsistencyToken`) and one of the listed OAuth scopes."]]],[]]