SftpWriteSettingsArgs

data class SftpWriteSettingsArgs(val copyBehavior: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val metadata: Output<List<MetadataItemArgs>>? = null, val operationTimeout: Output<Any>? = null, val type: Output<String>, val useTempFileRename: Output<Any>? = null) : ConvertibleToJava<SftpWriteSettingsArgs>

Sftp write settings.

Constructors

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

Properties

Link copied to clipboard
val copyBehavior: Output<Any>? = null

The type of copy behavior for copy sink.

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

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

Link copied to clipboard
val maxConcurrentConnections: Output<Any>? = null

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

Link copied to clipboard
val metadata: Output<List<MetadataItemArgs>>? = null

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: Output<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
val type: Output<String>

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

Link copied to clipboard
val useTempFileRename: Output<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).

Functions

Link copied to clipboard
open override fun toJava(): SftpWriteSettingsArgs