Reference documentation and code samples for the Google Cloud Datastream V1 Client class OracleSourceConfig.
Oracle data source configuration
Generated from protobuf message google.cloud.datastream.v1.OracleSourceConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ include_objects
↳ exclude_objects
↳ max_concurrent_cdc_tasks
int
Maximum number of concurrent CDC tasks. The number should be non negative. If not set (or set to 0), the system's default value will be used.
↳ drop_large_objects
↳ stream_large_objects
getIncludeObjects
Oracle objects to include in the stream.
hasIncludeObjects
clearIncludeObjects
setIncludeObjects
Oracle objects to include in the stream.
$this
getExcludeObjects
Oracle objects to exclude from the stream.
hasExcludeObjects
clearExcludeObjects
setExcludeObjects
Oracle objects to exclude from the stream.
$this
getMaxConcurrentCdcTasks
Maximum number of concurrent CDC tasks. The number should be non negative.
If not set (or set to 0), the system's default value will be used.
int
setMaxConcurrentCdcTasks
Maximum number of concurrent CDC tasks. The number should be non negative.
If not set (or set to 0), the system's default value will be used.
var
int
$this
getDropLargeObjects
Drop large object values.
hasDropLargeObjects
setDropLargeObjects
Drop large object values.
$this
getStreamLargeObjects
Stream large object values.
hasStreamLargeObjects
setStreamLargeObjects
Stream large object values.
$this
getLargeObjectsHandling
string