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

setChangeTables(SqlServerChangeTables $changeTables)

No description

setExcludeObjects(SqlServerRdbms $excludeObjects)

No description

setIncludeObjects(SqlServerRdbms $includeObjects)

No description

setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)

No description

int
setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)

No description

int
getMaxConcurrentCdcTasks()

No description

setTransactionLogs(SqlServerTransactionLogs $transactionLogs)

No description

Details

setChangeTables(SqlServerChangeTables $changeTables)

No description

Parameters

SqlServerChangeTables $changeTables

SqlServerChangeTables getChangeTables()

No description

Return Value

SqlServerChangeTables

setExcludeObjects(SqlServerRdbms $excludeObjects)

No description

Parameters

SqlServerRdbms $excludeObjects

SqlServerRdbms getExcludeObjects()

No description

Return Value

SqlServerRdbms

setIncludeObjects(SqlServerRdbms $includeObjects)

No description

Parameters

SqlServerRdbms $includeObjects

SqlServerRdbms getIncludeObjects()

No description

Return Value

SqlServerRdbms

setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)

No description

Parameters

$maxConcurrentBackfillTasks

int getMaxConcurrentBackfillTasks()

No description

Return Value

int

setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)

No description

Parameters

$maxConcurrentCdcTasks

int getMaxConcurrentCdcTasks()

No description

Return Value

int

setTransactionLogs(SqlServerTransactionLogs $transactionLogs)

No description

Parameters

SqlServerTransactionLogs $transactionLogs

SqlServerTransactionLogs getTransactionLogs()

No description