Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBlobFSSource
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureBlobFSSource in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureBlobFSSource.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureBlobFSSource.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AzureBlobFSSource.withRecursive
(Object recursive) Set the recursive property: If true, files under the folder path will be read recursively.AzureBlobFSSource.withSkipHeaderLineCount
(Object skipHeaderLineCount) Set the skipHeaderLineCount property: Number of header lines to skip from each blob.AzureBlobFSSource.withSourceRetryCount
(Object sourceRetryCount) Set the sourceRetryCount property: Source retry count.AzureBlobFSSource.withSourceRetryWait
(Object sourceRetryWait) Set the sourceRetryWait property: Source retry wait.AzureBlobFSSource.withTreatEmptyAsNull
(Object treatEmptyAsNull) Set the treatEmptyAsNull property: Treat empty as null.