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

BigQueryDestination

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

Message describing big query destination

interface BigQueryDestination {
createNewResultsTable?: boolean;
destinationDataset?: string;
}

§Properties

§
createNewResultsTable?: boolean
[src]

Optional. determine if results will be saved in a new table

§
destinationDataset?: string
[src]

Optional. destination dataset to save evaluation results