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

SourceConfig

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

The configuration of the stream source.

interface SourceConfig {
mongodbSourceConfig?: MongodbSourceConfig;
mysqlSourceConfig?: MysqlSourceConfig;
oracleSourceConfig?: OracleSourceConfig;
postgresqlSourceConfig?: PostgresqlSourceConfig;
salesforceSourceConfig?: SalesforceSourceConfig;
sourceConnectionProfile?: string;
sqlServerSourceConfig?: SqlServerSourceConfig;
}

§Properties

§
mongodbSourceConfig?: MongodbSourceConfig
[src]

MongoDB data source configuration.

§
mysqlSourceConfig?: MysqlSourceConfig
[src]

MySQL data source configuration.

§
oracleSourceConfig?: OracleSourceConfig
[src]

Oracle data source configuration.

§
postgresqlSourceConfig?: PostgresqlSourceConfig
[src]

PostgreSQL data source configuration.

§
salesforceSourceConfig?: SalesforceSourceConfig
[src]

Salesforce data source configuration.

§
sourceConnectionProfile?: string
[src]

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

§
sqlServerSourceConfig?: SqlServerSourceConfig
[src]

SQLServer data source configuration.