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

GoogleCloudMetastoreV2DatabaseDump

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

A specification of the location of and metadata about a database dump from a relational database management system.

interface GoogleCloudMetastoreV2DatabaseDump {
gcsUri?: string;
type?: "TYPE_UNSPECIFIED" | "MYSQL" | "AVRO";
}

§Properties

§
gcsUri?: string
[src]

Required. A Cloud Storage object or folder URI that specifies the source from which to import metadata. It must begin with gs://.

§
type?: "TYPE_UNSPECIFIED" | "MYSQL" | "AVRO"
[src]

Optional. The type of the database dump. If unspecified, defaults to MYSQL.