Package version:

Interface SftpReadSettings

Sftp 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).

modifiedDatetimeEnd?: any

The end of file's modified datetime. Type: string (or Expression with resultType string).

modifiedDatetimeStart?: any

The start of file's modified datetime. Type: string (or Expression with resultType string).

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: "SftpReadSettings"

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

wildcardFileName?: any

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

wildcardFolderPath?: any

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

Generated using TypeDoc