Uses of Class
com.azure.resourcemanager.datafactory.models.SqlSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SqlSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSqlSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.SqlSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.SqlSource.withIsolationLevel
(Object isolationLevel) Set the isolationLevel property: Specifies the transaction locking behavior for the SQL source.SqlSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SqlSource.withPartitionOption
(Object partitionOption) Set the partitionOption property: The partition mechanism that will be used for Sql read in parallel.SqlSource.withPartitionSettings
(SqlPartitionSettings partitionSettings) Set the partitionSettings property: The settings that will be leveraged for Sql source partitioning.SqlSource.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.SqlSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.SqlSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.SqlSource.withSqlReaderQuery
(Object sqlReaderQuery) Set the sqlReaderQuery property: SQL reader query.SqlSource.withSqlReaderStoredProcedureName
(Object sqlReaderStoredProcedureName) Set the sqlReaderStoredProcedureName property: Name of the stored procedure for a SQL Database source.SqlSource.withStoredProcedureParameters
(Object storedProcedureParameters) Set the storedProcedureParameters property: Value and type setting for stored procedure parameters.