CheckConsistencyRequest class
Request message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
Constructors
- CheckConsistencyRequest({String? consistencyToken, DataBoostReadLocalWrites? dataBoostReadLocalWrites, StandardReadRemoteWrites? standardReadRemoteWrites})
- CheckConsistencyRequest.fromJson(Map json_)
Properties
- consistencyToken ↔ String?
-
The token created using GenerateConsistencyToken for the Table.
getter/setter pair
- dataBoostReadLocalWrites ↔ 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.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- standardReadRemoteWrites ↔ 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.getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited