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

IndexedKeyRangeInfos

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

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

interface IndexedKeyRangeInfos {
keyRangeInfos?: {
[key: string]: KeyRangeInfos;
}
;
}

§Properties

§
keyRangeInfos?: {
[key: string]: KeyRangeInfos;
}
[src]

A (sparse) mapping from key bucket index to the KeyRangeInfos for that key bucket.