Backfill All Strategy Response
data class BackfillAllStrategyResponse(val mysqlExcludedObjects: MysqlRdbmsResponse, val oracleExcludedObjects: OracleRdbmsResponse)
Backfill strategy to automatically backfill the Stream's objects. Specific objects can be excluded.
Constructors
Link copied to clipboard
fun BackfillAllStrategyResponse(mysqlExcludedObjects: MysqlRdbmsResponse, oracleExcludedObjects: OracleRdbmsResponse)