SftpWriteSettings interface
Sftp write settings.
- Extends
Properties
operation |
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 | Polymorphic discriminator, which specifies the different types this object can be |
use |
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). |
Inherited Properties
copy |
The type of copy behavior for copy sink. |
disable |
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
max |
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
metadata | Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects). |
Property Details
operationTimeout
Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
operationTimeout?: any
Property Value
any
type
Polymorphic discriminator, which specifies the different types this object can be
type: "SftpWriteSettings"
Property Value
"SftpWriteSettings"
useTempFileRename
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).
useTempFileRename?: any
Property Value
any
Inherited Property Details
copyBehavior
The type of copy behavior for copy sink.
copyBehavior?: any
Property Value
any
Inherited From StoreWriteSettings.copyBehavior
disableMetricsCollection
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
disableMetricsCollection?: any
Property Value
any
Inherited From StoreWriteSettings.disableMetricsCollection
maxConcurrentConnections
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
maxConcurrentConnections?: any
Property Value
any
Inherited From StoreWriteSettings.maxConcurrentConnections
metadata
Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).
metadata?: MetadataItem[]
Property Value
Inherited From StoreWriteSettings.metadata