Uses of Class
com.azure.analytics.synapse.artifacts.models.SftpReadSettings
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SftpReadSettings in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSftpReadSettings.setDeleteFilesAfterCompletion
(Object deleteFilesAfterCompletion) Set the deleteFilesAfterCompletion property: Indicates whether the source files need to be deleted after copy completion.SftpReadSettings.setDisableChunking
(Object disableChunking) Set the disableChunking property: If true, disable parallel reading within each file.SftpReadSettings.setEnablePartitionDiscovery
(Boolean enablePartitionDiscovery) Set the enablePartitionDiscovery property: Indicates whether to enable partition discovery.SftpReadSettings.setFileListPath
(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.SftpReadSettings.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SftpReadSettings.setModifiedDatetimeEnd
(Object modifiedDatetimeEnd) Set the modifiedDatetimeEnd property: The end of file's modified datetime.SftpReadSettings.setModifiedDatetimeStart
(Object modifiedDatetimeStart) Set the modifiedDatetimeStart property: The start of file's modified datetime.SftpReadSettings.setPartitionRootPath
(Object partitionRootPath) Set the partitionRootPath property: Specify the root path where partition discovery starts from.SftpReadSettings.setRecursive
(Object recursive) Set the recursive property: If true, files under the folder path will be read recursively.SftpReadSettings.setWildcardFileName
(Object wildcardFileName) Set the wildcardFileName property: Sftp wildcardFileName.SftpReadSettings.setWildcardFolderPath
(Object wildcardFolderPath) Set the wildcardFolderPath property: Sftp wildcardFolderPath.