StreamBackfillAll

data class StreamBackfillAll(val mysqlExcludedObjects: StreamBackfillAllMysqlExcludedObjects? = null, val oracleExcludedObjects: StreamBackfillAllOracleExcludedObjects? = null, val postgresqlExcludedObjects: StreamBackfillAllPostgresqlExcludedObjects? = null)

Constructors

Link copied to clipboard
constructor(mysqlExcludedObjects: StreamBackfillAllMysqlExcludedObjects? = null, oracleExcludedObjects: StreamBackfillAllOracleExcludedObjects? = null, postgresqlExcludedObjects: StreamBackfillAllPostgresqlExcludedObjects? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

MySQL data source objects to avoid backfilling. Structure is documented below.

Link copied to clipboard

PostgreSQL data source objects to avoid backfilling. Structure is documented below.

Link copied to clipboard

PostgreSQL data source objects to avoid backfilling. Structure is documented below.