OracleSourceConfig
class OracleSourceConfig extends Model (View source)
Properties
| protected | $dropLargeObjectsType | ||
| protected | $dropLargeObjectsDataType | ||
| protected | $excludeObjectsType | ||
| protected | $excludeObjectsDataType | ||
| protected | $includeObjectsType | ||
| protected | $includeObjectsDataType | ||
| int | $maxConcurrentBackfillTasks | ||
| int | $maxConcurrentCdcTasks | ||
| protected | $streamLargeObjectsType | ||
| protected | $streamLargeObjectsDataType |
Methods
getDropLargeObjects()
No description
getExcludeObjects()
No description
getIncludeObjects()
No description
setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)
No description
int
getMaxConcurrentBackfillTasks()
No description
setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)
No description
int
getMaxConcurrentCdcTasks()
No description
getStreamLargeObjects()
No description
Details
setDropLargeObjects(DropLargeObjects $dropLargeObjects)
No description
DropLargeObjects
getDropLargeObjects()
No description
setExcludeObjects(OracleRdbms $excludeObjects)
No description
OracleRdbms
getExcludeObjects()
No description
setIncludeObjects(OracleRdbms $includeObjects)
No description
OracleRdbms
getIncludeObjects()
No description
setMaxConcurrentBackfillTasks($maxConcurrentBackfillTasks)
No description
int
getMaxConcurrentBackfillTasks()
No description
setMaxConcurrentCdcTasks($maxConcurrentCdcTasks)
No description
int
getMaxConcurrentCdcTasks()
No description
setStreamLargeObjects(StreamLargeObjects $streamLargeObjects)
No description
StreamLargeObjects
getStreamLargeObjects()
No description