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

DestinationDataset

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

Defines the destination bigquery dataset.

interface DestinationDataset {
datasetReference?: DestinationDatasetReference;
description?: string;
friendlyName?: string;
labels?: {
[key: string]: string;
}
;
location?: string;
}

§Properties

§

Required. A reference that identifies the destination dataset.

§
description?: string
[src]

Optional. A user-friendly description of the dataset.

§
friendlyName?: string
[src]

Optional. A descriptive name for the dataset.

§
labels?: {
[key: string]: string;
}
[src]

Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.

§
location?: string
[src]

Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.