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