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

GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec

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

Specification that applies to database view.

interface GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec {
baseTable?: string;
sqlQuery?: string;
viewType?: "VIEW_TYPE_UNSPECIFIED" | "STANDARD_VIEW" | "MATERIALIZED_VIEW";
}

§Properties

§
baseTable?: string
[src]

Name of a singular table this view reflects one to one.

§
sqlQuery?: string
[src]

SQL query used to generate this view.

§
viewType?: "VIEW_TYPE_UNSPECIFIED" | "STANDARD_VIEW" | "MATERIALIZED_VIEW"
[src]

Type of this view.