View Source GoogleApi.BigtableAdmin.V2.Model.CheckConsistencyRequest (google_api_bigtable_admin v0.26.0)
Request 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 withDataBoostIsolationReadOnly
can 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 withStandardIsolation
can 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 }
Functions
Unwrap a decoded JSON object into its complex fields.