FtpReadSettings |
FtpReadSettings.withDeleteFilesAfterCompletion(Object deleteFilesAfterCompletion) |
Set the deleteFilesAfterCompletion property: Indicates whether the source files need to be deleted after copy
completion.
|
FtpReadSettings |
FtpReadSettings.withDisableChunking(Object disableChunking) |
Set the disableChunking property: If true, disable parallel reading within each file.
|
FtpReadSettings |
FtpReadSettings.withDisableMetricsCollection(Object disableMetricsCollection) |
Set the disableMetricsCollection property: If true, disable data store metrics collection.
|
FtpReadSettings |
FtpReadSettings.withEnablePartitionDiscovery(Boolean enablePartitionDiscovery) |
Set the enablePartitionDiscovery property: Indicates whether to enable partition discovery.
|
FtpReadSettings |
FtpReadSettings.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.
|
FtpReadSettings |
FtpReadSettings.withMaxConcurrentConnections(Object maxConcurrentConnections) |
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.
|
FtpReadSettings |
FtpReadSettings.withPartitionRootPath(Object partitionRootPath) |
Set the partitionRootPath property: Specify the root path where partition discovery starts from.
|
FtpReadSettings |
FtpReadSettings.withRecursive(Object recursive) |
Set the recursive property: If true, files under the folder path will be read recursively.
|
FtpReadSettings |
FtpReadSettings.withUseBinaryTransfer(Boolean useBinaryTransfer) |
Set the useBinaryTransfer property: Specify whether to use binary transfer mode for FTP stores.
|
FtpReadSettings |
FtpReadSettings.withWildcardFileName(Object wildcardFileName) |
Set the wildcardFileName property: Ftp wildcardFileName.
|
FtpReadSettings |
FtpReadSettings.withWildcardFolderPath(Object wildcardFolderPath) |
Set the wildcardFolderPath property: Ftp wildcardFolderPath.
|