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

KeyRangeInfos

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

A message representing a list of specific information for multiple key ranges.

interface KeyRangeInfos {
infos?: KeyRangeInfo[];
totalSize?: number;
}

§Properties

§

The list individual KeyRangeInfos.

§
totalSize?: number
[src]

The total size of the list of all KeyRangeInfos. This may be larger than the number of repeated messages above. If that is the case, this number may be used to determine how many are not being shown.