GoogleApi.Spanner.V1.Model.IndexedKeyRangeInfos (google_api_spanner v0.48.0)
View SourceA message representing a (sparse) collection of KeyRangeInfos for specific key buckets.
Attributes
-
keyRangeInfos
(type:%{optional(String.t) => GoogleApi.Spanner.V1.Model.KeyRangeInfos.t}
, default:nil
) - A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Spanner.V1.Model.IndexedKeyRangeInfos{ keyRangeInfos: %{optional(String.t()) => GoogleApi.Spanner.V1.Model.KeyRangeInfos.t()} | nil }