Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SftpReadSettings

Package version

Sftp 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 modifiedDatetimeEnd

modifiedDatetimeEnd: any

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

Optional modifiedDatetimeStart

modifiedDatetimeStart: any

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

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

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

Optional wildcardFileName

wildcardFileName: any

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

Optional wildcardFolderPath

wildcardFolderPath: any

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

Generated using TypeDoc