View Source GoogleApi.Spanner.V1.Model.IndexedKeyRangeInfos (google_api_spanner v0.39.0)

A 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
}

Functions

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

Unwrap a decoded JSON object into its complex fields.