Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonS3ReadSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AmazonS3ReadSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonS3ReadSettings.withDeleteFilesAfterCompletion
(Object deleteFilesAfterCompletion) Set the deleteFilesAfterCompletion property: Indicates whether the source files need to be deleted after copy completion.AmazonS3ReadSettings.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.AmazonS3ReadSettings.withEnablePartitionDiscovery
(Boolean enablePartitionDiscovery) Set the enablePartitionDiscovery property: Indicates whether to enable partition discovery.AmazonS3ReadSettings.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.AmazonS3ReadSettings.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.AmazonS3ReadSettings.withModifiedDatetimeEnd
(Object modifiedDatetimeEnd) Set the modifiedDatetimeEnd property: The end of file's modified datetime.AmazonS3ReadSettings.withModifiedDatetimeStart
(Object modifiedDatetimeStart) Set the modifiedDatetimeStart property: The start of file's modified datetime.AmazonS3ReadSettings.withPartitionRootPath
(Object partitionRootPath) Set the partitionRootPath property: Specify the root path where partition discovery starts from.AmazonS3ReadSettings.withPrefix
(Object prefix) Set the prefix property: The prefix filter for the S3 object name.AmazonS3ReadSettings.withRecursive
(Object recursive) Set the recursive property: If true, files under the folder path will be read recursively.AmazonS3ReadSettings.withWildcardFileName
(Object wildcardFileName) Set the wildcardFileName property: AmazonS3 wildcardFileName.AmazonS3ReadSettings.withWildcardFolderPath
(Object wildcardFolderPath) Set the wildcardFolderPath property: AmazonS3 wildcardFolderPath.