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

GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey

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

Specification of a Spanner foreign key.

interface GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey {
readonly entry?: string;
readonly name?: string;
}

§Properties

§

Output only. The ordered list of column mappings for this foreign key.

§
readonly entry?: string
[src]

Output only. The table name this foreign key referenced to. Format: projects/{PROJECT_ID}/locations/{LOCATION}/entryGroups/{ENTRY_GROUP_ID}/entries/{ENTRY_ID}

§
readonly name?: string
[src]

Output only. The constraint_name of the foreign key, for example, FK_CustomerOrder.