Uses of Class
com.azure.analytics.synapse.artifacts.models.OracleSource
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of OracleSource in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionOracleSource.setAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.OracleSource.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.OracleSource.setOracleReaderQuery
(Object oracleReaderQuery) Set the oracleReaderQuery property: Oracle reader query.OracleSource.setPartitionOption
(OraclePartitionOption partitionOption) Set the partitionOption property: The partition mechanism that will be used for Oracle read in parallel.OracleSource.setPartitionSettings
(OraclePartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Oracle source partitioning.OracleSource.setQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.OracleSource.setSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.OracleSource.setSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.