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

DataCatalogConfig

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

Specifies how metastore metadata should be integrated with the Data Catalog service.

interface DataCatalogConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Optional. Defines whether the metastore metadata should be synced to Data Catalog. The default value is to disable syncing metastore metadata to Data Catalog.