Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FtpReadSettings

Package version

Ftp read settings.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional deleteFilesAfterCompletion

deleteFilesAfterCompletion: any

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

Optional disableChunking

disableChunking: any

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

Optional enablePartitionDiscovery

enablePartitionDiscovery: undefined | false | true

Indicates whether to enable partition discovery.

Optional fileListPath

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

Optional maxConcurrentConnections

maxConcurrentConnections: any

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

Optional partitionRootPath

partitionRootPath: any

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

Optional recursive

recursive: any

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

type

type: "FtpReadSettings"

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

Optional useBinaryTransfer

useBinaryTransfer: undefined | false | true

Specify whether to use binary transfer mode for FTP stores.

Optional wildcardFileName

wildcardFileName: any

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

Optional wildcardFolderPath

wildcardFolderPath: any

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

Generated using TypeDoc