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

Key

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

A split key.

interface Key {
keyParts?: any[];
}

§Properties

§
keyParts?: any[]
[src]

Required. The column values making up the split key.