CheckConsistencyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for
google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency][google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency]
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
name |
str
Required. The unique name of the Table for which to check replication consistency. Values are of the form projects/{project}/instances/{instance}/tables/{table} .
|
consistency_token |
str
Required. The token created using GenerateConsistencyToken for the Table. |
standard_read_remote_writes |
google.cloud.bigtable_admin_v2.types.StandardReadRemoteWrites
Checks that reads using an app profile with StandardIsolation can see all writes committed before
the token was created, even if the read and write target
different clusters.
This field is a member of oneof _ mode .
|
data_boost_read_local_writes |
google.cloud.bigtable_admin_v2.types.DataBoostReadLocalWrites
Checks that reads using an app profile with DataBoostIsolationReadOnly can see all writes committed
before the token was created, but only if the read and write
target the same cluster.
This field is a member of oneof _ mode .
|