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

GoogleCloudDatacatalogV1DatabaseTableSpec

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

Specification that applies to a table resource. Valid only for entries with the TABLE type.

interface GoogleCloudDatacatalogV1DatabaseTableSpec {
type?: "TABLE_TYPE_UNSPECIFIED" | "NATIVE" | "EXTERNAL";
}

§Properties

§

Spec what aplies to tables that are actually views. Not set for "real" tables.

§

Output only. Fields specific to a Dataplex table and present only in the Dataplex table entries.

§
type?: "TABLE_TYPE_UNSPECIFIED" | "NATIVE" | "EXTERNAL"
[src]

Type of this table.