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

DatasetTemplate

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

Dataset template used for dynamic dataset creation.

interface DatasetTemplate {
datasetIdPrefix?: string;
kmsKeyName?: string;
location?: string;
}

§Properties

§
datasetIdPrefix?: string
[src]

If supplied, every created dataset will have its name prefixed by the provided value. The prefix and name will be separated by an underscore. i.e. _.

§
kmsKeyName?: string
[src]

Describes the Cloud KMS encryption key that will be used to protect destination BigQuery table. The BigQuery Service Account associated with your project requires access to this encryption key. i.e. projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{cryptoKey}. See https://cloud.google.com/bigquery/docs/customer-managed-encryption 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.