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

GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey

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

Specification of a Spanner primary key.

interface GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey {
readonly columns?: string[];
}

§Properties

§
readonly columns?: string[]
[src]

Output only. Column names of the primary key.