Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SftpWriteSettings

Package version

Sftp write settings.

Hierarchy

Indexable

[property: string]: any

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

Index

Properties

Optional copyBehavior

copyBehavior: any

The type of copy behavior for copy sink.

Optional maxConcurrentConnections

maxConcurrentConnections: any

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

Optional operationTimeout

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

type: "SftpWriteSettings"

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

Optional useTempFileRename

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