SftpWriteSettings Class

Definition

Sftp write settings.

public class SftpWriteSettings : Microsoft.Azure.Management.DataFactory.Models.StoreWriteSettings
type SftpWriteSettings = class
    inherit StoreWriteSettings
Public Class SftpWriteSettings
Inherits StoreWriteSettings
Inheritance
SftpWriteSettings

Constructors

SftpWriteSettings()

Initializes a new instance of the SftpWriteSettings class.

SftpWriteSettings(IDictionary<String,Object>, Object, Object, Object, Object, Object)

Initializes a new instance of the SftpWriteSettings class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from StoreWriteSettings)
CopyBehavior

Gets or sets the type of copy behavior for copy sink.

(Inherited from StoreWriteSettings)
DisableMetricsCollection

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

(Inherited from StoreWriteSettings)
MaxConcurrentConnections

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

(Inherited from StoreWriteSettings)
OperationTimeout

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

UseTempFileRename

Gets or sets 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).

Applies to