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