v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1336153187.7 KB
projects

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.

post/v2/{+name}:checkConsistency

Path parameters

namestring required

Required. The unique name of the Table for which to check replication consistency. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Request body

consistencyTokenstring

Required. The token created using GenerateConsistencyToken for the Table.

dataBoostReadLocalWritesDataBoostReadLocalWrites

Checks that all writes before the consistency token was generated in the same cluster are readable by Databoost.

standardReadRemoteWritesStandardReadRemoteWrites

Checks that all writes before the consistency token was generated are replicated in every cluster and readable.

Response

Successful response