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