Uses of Class
com.azure.resourcemanager.datafactory.models.AzureBlobFSReadSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureBlobFSReadSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureBlobFSReadSettings.withDeleteFilesAfterCompletion
(Object deleteFilesAfterCompletion) Set the deleteFilesAfterCompletion property: Indicates whether the source files need to be deleted after copy completion.AzureBlobFSReadSettings.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AzureBlobFSReadSettings.withEnablePartitionDiscovery
(Boolean enablePartitionDiscovery) Set the enablePartitionDiscovery property: Indicates whether to enable partition discovery.AzureBlobFSReadSettings.withFileListPath
(Object fileListPath) Set the fileListPath property: Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy.AzureBlobFSReadSettings.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AzureBlobFSReadSettings.withModifiedDatetimeEnd
(Object modifiedDatetimeEnd) Set the modifiedDatetimeEnd property: The end of file's modified datetime.AzureBlobFSReadSettings.withModifiedDatetimeStart
(Object modifiedDatetimeStart) Set the modifiedDatetimeStart property: The start of file's modified datetime.AzureBlobFSReadSettings.withPartitionRootPath
(Object partitionRootPath) Set the partitionRootPath property: Specify the root path where partition discovery starts from.AzureBlobFSReadSettings.withRecursive
(Object recursive) Set the recursive property: If true, files under the folder path will be read recursively.AzureBlobFSReadSettings.withWildcardFileName
(Object wildcardFileName) Set the wildcardFileName property: Azure blobFS wildcardFileName.AzureBlobFSReadSettings.withWildcardFolderPath
(Object wildcardFolderPath) Set the wildcardFolderPath property: Azure blobFS wildcardFolderPath.