Stream Backfill All
data class StreamBackfillAll(val mysqlExcludedObjects: StreamBackfillAllMysqlExcludedObjects? = null, val oracleExcludedObjects: StreamBackfillAllOracleExcludedObjects? = null, val postgresqlExcludedObjects: StreamBackfillAllPostgresqlExcludedObjects? = null)
Constructors
Link copied to clipboard
fun StreamBackfillAll(mysqlExcludedObjects: StreamBackfillAllMysqlExcludedObjects? = null, oracleExcludedObjects: StreamBackfillAllOracleExcludedObjects? = null, postgresqlExcludedObjects: StreamBackfillAllPostgresqlExcludedObjects? = null)