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

BigQueryIODetails

import type { BigQueryIODetails } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Metadata for a BigQuery connector used by the job.

interface BigQueryIODetails {
dataset?: string;
projectId?: string;
query?: string;
table?: string;
}

§Properties

§
dataset?: string
[src]

Dataset accessed in the connection.

§
projectId?: string
[src]

Project accessed in the connection.

§
query?: string
[src]

Query used to access data in the connection.

§
table?: string
[src]

Table accessed in the connection.