Package version:

Interface FtpReadSettings

Ftp read settings.

Hierarchy

Properties

deleteFilesAfterCompletion?: any

Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).

disableChunking?: any

If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).

enablePartitionDiscovery?: boolean

Indicates whether to enable partition discovery.

fileListPath?: any

Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).

maxConcurrentConnections?: any

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

partitionRootPath?: any

Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

recursive?: any

If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).

type: "FtpReadSettings"

Polymorphic discriminator, which specifies the different types this object can be

useBinaryTransfer?: boolean

Specify whether to use binary transfer mode for FTP stores.

wildcardFileName?: any

Ftp wildcardFileName. Type: string (or Expression with resultType string).

wildcardFolderPath?: any

Ftp wildcardFolderPath. Type: string (or Expression with resultType string).

Generated using TypeDoc