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

DestinationConfig

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

The configuration of the stream destination.

interface DestinationConfig {
bigqueryDestinationConfig?: BigQueryDestinationConfig;
destinationConnectionProfile?: string;
gcsDestinationConfig?: GcsDestinationConfig;
}

§Properties

§
bigqueryDestinationConfig?: BigQueryDestinationConfig
[src]

BigQuery destination configuration.

§
destinationConnectionProfile?: string
[src]

Required. Destination connection profile resource. Format: projects/{project}/locations/{location}/connectionProfiles/{name}

§
gcsDestinationConfig?: GcsDestinationConfig
[src]

A configuration for how data should be loaded to Cloud Storage.