OracleSource |
OracleSource.withAdditionalColumns(Object additionalColumns) |
Set the additionalColumns property: Specifies the additional columns to be added to source data.
|
OracleSource |
OracleSource.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
OracleSource |
OracleSource.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
|
OracleSource |
OracleSource.withOracleReaderQuery(Object oracleReaderQuery) |
Set the oracleReaderQuery property: Oracle reader query.
|
OracleSource |
OracleSource.withPartitionOption(Object partitionOption) |
Set the partitionOption property: The partition mechanism that will be used for Oracle read in parallel.
|
OracleSource |
OracleSource.withPartitionSettings(OraclePartitionSettings partitionSettings) |
Set the partitionSettings property: The settings that will be leveraged for Oracle source partitioning.
|
OracleSource |
OracleSource.withQueryTimeout(Object queryTimeout) |
Set the queryTimeout property: Query timeout.
|
OracleSource |
OracleSource.withSourceRetryCount(Object sourceRetryCount) |
Set the sourceRetryCount property: Source retry count.
|
OracleSource |
OracleSource.withSourceRetryWait(Object sourceRetryWait) |
Set the sourceRetryWait property: Source retry wait.
|