Stream Source Config
data class StreamSourceConfig(val mysqlSourceConfig: StreamSourceConfigMysqlSourceConfig? = null, val oracleSourceConfig: StreamSourceConfigOracleSourceConfig? = null, val postgresqlSourceConfig: StreamSourceConfigPostgresqlSourceConfig? = null, val sourceConnectionProfile: String)
Constructors
Link copied to clipboard
fun StreamSourceConfig(mysqlSourceConfig: StreamSourceConfigMysqlSourceConfig? = null, oracleSourceConfig: StreamSourceConfigOracleSourceConfig? = null, postgresqlSourceConfig: StreamSourceConfigPostgresqlSourceConfig? = null, sourceConnectionProfile: String)