Uses of Class
com.azure.resourcemanager.datafactory.models.FileSystemSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of FileSystemSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFileSystemSource.withAdditionalColumns
(Object additionalColumns) Set the additionalColumns property: Specifies the additional columns to be added to source data.FileSystemSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.FileSystemSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.FileSystemSource.withRecursive
(Object recursive) Set the recursive property: If true, files under the folder path will be read recursively.FileSystemSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.FileSystemSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.