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

BigQueryExportSettings

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

Settings to describe the BigQuery export behaviors for the app.

interface BigQueryExportSettings {
dataset?: string;
enabled?: boolean;
project?: string;
}

§Properties

§
dataset?: string
[src]

Optional. The BigQuery dataset to export the data to.

§
enabled?: boolean
[src]

Optional. Indicates whether the BigQuery export is enabled.

§
project?: string
[src]

Optional. The project ID of the BigQuery dataset to export the data to. Note: If the BigQuery dataset is in a different project from the app, you should grant roles/bigquery.admin role to the CES service agent service-@gcp-sa-ces.iam.gserviceaccount.com.