Uses of Class
com.azure.resourcemanager.datafactory.models.DelimitedTextSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DelimitedTextSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDelimitedTextSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.DelimitedTextSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.DelimitedTextSource.withFormatSettings
(DelimitedTextReadSettings formatSettings) Set the formatSettings property: DelimitedText format settings.DelimitedTextSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.DelimitedTextSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.DelimitedTextSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.DelimitedTextSource.withStoreSettings
(StoreReadSettings storeSettings) Set the storeSettings property: DelimitedText store settings.