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

BigQueryDestinationConfig

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

BigQuery destination configuration

interface BigQueryDestinationConfig {
appendOnly?: AppendOnly;
dataFreshness?: number;
merge?: Merge;
singleTargetDataset?: SingleTargetDataset;
sourceHierarchyDatasets?: SourceHierarchyDatasets;
}

§Properties

§
appendOnly?: AppendOnly
[src]

Append only mode

§
dataFreshness?: number
[src]

The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.

§
merge?: Merge
[src]

The standard mode

§
singleTargetDataset?: SingleTargetDataset
[src]

Single destination dataset.

§
sourceHierarchyDatasets?: SourceHierarchyDatasets
[src]

Source hierarchy datasets.