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 {
mysqlSourceConfig?: MysqlSourceConfig;
oracleSourceConfig?: OracleSourceConfig;
postgresqlSourceConfig?: PostgresqlSourceConfig;
sourceConnectionProfile?: string;
sqlServerSourceConfig?: SqlServerSourceConfig;
}

§Properties

§
mysqlSourceConfig?: MysqlSourceConfig
[src]

MySQL data source configuration.

§
oracleSourceConfig?: OracleSourceConfig
[src]

Oracle data source configuration.

§
postgresqlSourceConfig?: PostgresqlSourceConfig
[src]

PostgreSQL data source configuration.

§
sourceConnectionProfile?: string
[src]

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

§
sqlServerSourceConfig?: SqlServerSourceConfig
[src]

SQLServer data source configuration.