Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IndexedHotKey

import type { IndexedHotKey } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

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

interface IndexedHotKey {
sparseHotKeys?: {
[key: string]: number;
}
;
}

§Properties

§
sparseHotKeys?: {
[key: string]: number;
}
[src]

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.