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

TableReference

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

Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.

interface TableReference {
datasetId?: string;
projectId?: string;
tableId?: string;
}

§Properties

§
datasetId?: string
[src]

The ID of the dataset in the above project.

§
projectId?: string
[src]

The assigned project ID of the project.

§
tableId?: string
[src]

The ID of the table in the above dataset.