Package version:

Interface SftpWriteSettings

Sftp write settings.

Hierarchy

Properties

copyBehavior?: any

The type of copy behavior for copy sink.

maxConcurrentConnections?: any

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

operationTimeout?: any

Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).

type: "SftpWriteSettings"

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

useTempFileRename?: any

Upload to temporary file(s) and rename. Disable this option if your SFTP server doesn't support rename operation. Type: boolean (or Expression with resultType boolean).

Generated using TypeDoc