StreamBackfillAll

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

Constructors

Link copied to clipboard
constructor(mysqlExcludedObjects: StreamBackfillAllMysqlExcludedObjects? = null, oracleExcludedObjects: StreamBackfillAllOracleExcludedObjects? = null, postgresqlExcludedObjects: StreamBackfillAllPostgresqlExcludedObjects? = null, salesforceExcludedObjects: StreamBackfillAllSalesforceExcludedObjects? = null, sqlServerExcludedObjects: StreamBackfillAllSqlServerExcludedObjects? = 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.

Link copied to clipboard

Salesforce objects to avoid backfilling. Structure is documented below.

Link copied to clipboard

SQL Server data source objects to avoid backfilling. Structure is documented below.