GoogleApi.Spanner.V1.Model.IndexedHotKey (google_api_spanner v0.32.1) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Spanner.V1.Model.IndexedHotKey{sparseHotKeys: map() | nil}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.