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

BackendMetastore

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

Represents a backend metastore for the federation.

interface BackendMetastore {
metastoreType?: "METASTORE_TYPE_UNSPECIFIED" | "BIGQUERY" | "DATAPROC_METASTORE";
name?: string;
}

§Properties

§
metastoreType?: "METASTORE_TYPE_UNSPECIFIED" | "BIGQUERY" | "DATAPROC_METASTORE"
[src]

The type of the backend metastore.

§
name?: string
[src]

The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below: BigQuery projects/{project_id} Dataproc Metastore projects/{project_id}/locations/{location}/services/{service_id}