data class SftpWriteSettingsResponse(val copyBehavior: Any? = null, val disableMetricsCollection: Any? = null, val maxConcurrentConnections: Any? = null, val operationTimeout: Any? = null, val type: String, 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).