BackfillAllStrategyResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL data source objects to avoid backfilling.

Link copied to clipboard

Oracle data source objects to avoid backfilling.