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

SourceHierarchyDatasets

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

Destination datasets are created so that hierarchy of the destination data objects matches the source hierarchy.

interface SourceHierarchyDatasets {
datasetTemplate?: DatasetTemplate;
projectId?: string;
}

§Properties

§
datasetTemplate?: DatasetTemplate
[src]

The dataset template to use for dynamic dataset creation.

§
projectId?: string
[src]

Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.