SourceConfig constructor
SourceConfig({
- MysqlSourceConfig? mysqlSourceConfig,
- OracleSourceConfig? oracleSourceConfig,
- PostgresqlSourceConfig? postgresqlSourceConfig,
- String? sourceConnectionProfile,
- SqlServerSourceConfig? sqlServerSourceConfig,
Implementation
SourceConfig({
this.mysqlSourceConfig,
this.oracleSourceConfig,
this.postgresqlSourceConfig,
this.sourceConnectionProfile,
this.sqlServerSourceConfig,
});