SourceConfig constructor

SourceConfig({
  1. MysqlSourceConfig? mysqlSourceConfig,
  2. OracleSourceConfig? oracleSourceConfig,
  3. PostgresqlSourceConfig? postgresqlSourceConfig,
  4. String? sourceConnectionProfile,
  5. SqlServerSourceConfig? sqlServerSourceConfig,
})

Implementation

SourceConfig({
  this.mysqlSourceConfig,
  this.oracleSourceConfig,
  this.postgresqlSourceConfig,
  this.sourceConnectionProfile,
  this.sqlServerSourceConfig,
});