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

EventDrivenSchedule

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

Options customizing EventDriven transfers schedule.

interface EventDrivenSchedule {
pubsubSubscription?: string;
}

§Properties

§
pubsubSubscription?: string
[src]

Pub/Sub subscription name used to receive events. Only Google Cloud Storage data source support this option. Format: projects/{project}/subscriptions/{subscription}