SftpWriteSettingsResponse

data class SftpWriteSettingsResponse(val copyBehavior: Any? = null, val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val metadata: List<MetadataItemResponse>? = null, val operationTimeout: Any? = null, val type: String, val useTempFileRename: Any? = null)

Sftp write settings.

Constructors

Link copied to clipboard
constructor(copyBehavior: Any? = null, disableMetricsCollection: Any? = null, maxConcurrentConnections: Any? = null, metadata: List<MetadataItemResponse>? = null, operationTimeout: Any? = null, type: String, useTempFileRename: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val copyBehavior: Any? = null

The type of copy behavior for copy sink.

Link copied to clipboard

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

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

Link copied to clipboard

Specify the custom metadata to be added to sink data. Type: array of objects (or Expression with resultType array of objects).

Link copied to clipboard
val operationTimeout: Any? = null

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

Link copied to clipboard

The write setting type. Expected value is 'SftpWriteSettings'.

Link copied to clipboard
val useTempFileRename: Any? = null

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