GoogleCloudDatacatalogV1SpannerTableSpec
import type { GoogleCloudDatacatalogV1SpannerTableSpec } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";Specification of a Spanner table.
interface GoogleCloudDatacatalogV1SpannerTableSpec {
readonly foreignKeys?: GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey[];
readonly primaryKey?: GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey;
}§Properties
§
readonly foreignKeys?: GoogleCloudDatacatalogV1SpannerTableSpecSpannerForeignKey[]
[src]Output only. The foreign keys of the table.
§
readonly primaryKey?: GoogleCloudDatacatalogV1SpannerTableSpecSpannerPrimaryKey
[src]Output only. The primary key of the table.