SqlServerSourceConfig
class SqlServerSourceConfig extends Model (View source)
Properties
protected | $changeTablesType | ||
protected | $changeTablesDataType | ||
protected | $excludeObjectsType | ||
protected | $excludeObjectsDataType | ||
protected | $includeObjectsType | ||
protected | $includeObjectsDataType | ||
int | $maxConcurrentBackfillTasks | ||
int | $maxConcurrentCdcTasks | ||
protected | $transactionLogsType | ||
protected | $transactionLogsDataType |
Methods
getChangeTables()
No description
getExcludeObjects()
No description
getIncludeObjects()
No description
setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)
No description
int
getMaxConcurrentBackfillTasks()
No description
setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)
No description
int
getMaxConcurrentCdcTasks()
No description
getTransactionLogs()
No description
Details
setChangeTables(SqlServerChangeTables $changeTables)
No description
SqlServerChangeTables
getChangeTables()
No description
setExcludeObjects(SqlServerRdbms $excludeObjects)
No description
SqlServerRdbms
getExcludeObjects()
No description
setIncludeObjects(SqlServerRdbms $includeObjects)
No description
SqlServerRdbms
getIncludeObjects()
No description
setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)
No description
int
getMaxConcurrentBackfillTasks()
No description
setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)
No description
int
getMaxConcurrentCdcTasks()
No description
setTransactionLogs(SqlServerTransactionLogs $transactionLogs)
No description
SqlServerTransactionLogs
getTransactionLogs()
No description