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;
}

§Properties

§
datasetTemplate?: DatasetTemplate
[src]

The dataset template to use for dynamic dataset creation.