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

MetastoreConfig

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

Specifies a Metastore configuration.

interface MetastoreConfig {
dataprocMetastoreService?: string;
}

§Properties

§
dataprocMetastoreService?: string
[src]

Required. Resource name of an existing Dataproc Metastore service.Example: projects/[project_id]/locations/[dataproc_region]/services/[service-name]