View Source GoogleApi.Spanner.V1.Model.SingleRegionQuorum (google_api_spanner v0.41.0)
Message type for a single-region quorum.
Attributes
-
servingLocation
(type:String.t
, default:nil
) - Required. The location of the serving region, e.g. "us-central1". The location must be one of the regions within the dual region instance configuration of your database. The list of valid locations is available via [GetInstanceConfig[InstanceAdmin.GetInstanceConfig] API. This should only be used if you plan to change quorum in single-region quorum type.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.SingleRegionQuorum{ servingLocation: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.