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