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

A message representing a (sparse) collection of hot keys for specific key buckets.

Attributes

  • sparseHotKeys (type: map(), default: nil) - A (sparse) mapping from key bucket index to the index of the specific hot row key for that key bucket. The index of the hot row key can be translated to the actual row key via the ScanData.VisualizationData.indexed_keys repeated field.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Spanner.V1.Model.IndexedHotKey{sparseHotKeys: map() | nil}

Functions

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

Unwrap a decoded JSON object into its complex fields.