GoogleApi.BigtableAdmin.V2.Model.CheckConsistencyRequest (google_api_bigtable_admin v0.31.0)
View SourceRequest message for google.bigtable.admin.v2.BigtableTableAdmin.CheckConsistency
Attributes
-
consistencyToken(type:String.t, default:nil) - Required. The token created using GenerateConsistencyToken for the Table. -
dataBoostReadLocalWrites(type:GoogleApi.BigtableAdmin.V2.Model.DataBoostReadLocalWrites.t, default:nil) - Checks that reads using an app profile withDataBoostIsolationReadOnlycan see all writes committed before the token was created, but only if the read and write target the same cluster. -
standardReadRemoteWrites(type:GoogleApi.BigtableAdmin.V2.Model.StandardReadRemoteWrites.t, default:nil) - Checks that reads using an app profile withStandardIsolationcan see all writes committed before the token was created, even if the read and write target different clusters.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigtableAdmin.V2.Model.CheckConsistencyRequest{ consistencyToken: String.t() | nil, dataBoostReadLocalWrites: GoogleApi.BigtableAdmin.V2.Model.DataBoostReadLocalWrites.t() | nil, standardReadRemoteWrites: GoogleApi.BigtableAdmin.V2.Model.StandardReadRemoteWrites.t() | nil }