Uses of Class
com.azure.resourcemanager.datafactory.models.OdbcSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of OdbcSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionOdbcSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.OdbcSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.OdbcSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.Set the query property: Database query.OdbcSource.withQueryTimeout
(Object queryTimeout) Set the queryTimeout property: Query timeout.OdbcSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.OdbcSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.