GoogleCloudDatacatalogV1Schema
import type { GoogleCloudDatacatalogV1Schema } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";
Represents a schema, for example, a BigQuery, GoogleSQL, or Avro schema.
interface GoogleCloudDatacatalogV1Schema {
columns?: GoogleCloudDatacatalogV1ColumnSchema[];
}§Properties
§
columns?: GoogleCloudDatacatalogV1ColumnSchema[]
[src]The unified GoogleSQL-like schema of columns. The overall maximum number of columns and nested columns is 10,000. The maximum nested depth is 15 levels.