View Source GoogleApi.BigtableAdmin.V2.Model.SingleClusterRouting (google_api_bigtable_admin v0.22.0)

Unconditionally routes all read/write requests to a specific cluster. This option preserves read-your-writes consistency but does not improve availability.

Attributes

  • allowTransactionalWrites (type: boolean(), default: nil) - Whether or not CheckAndMutateRow and ReadModifyWriteRow requests are allowed by this app profile. It is unsafe to send these requests to the same table/row/column in multiple clusters.
  • clusterId (type: String.t, default: nil) - The cluster to which read/write requests should be routed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.SingleClusterRouting{
  allowTransactionalWrites: boolean() | nil,
  clusterId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.