Share via


SftpWriteSettings Class

Definition

Sftp write settings.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SftpWriteSettings+SftpWriteSettingsConverter))]
public class SftpWriteSettings : Azure.Analytics.Synapse.Artifacts.Models.StoreWriteSettings
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SftpWriteSettings+SftpWriteSettingsConverter))>]
type SftpWriteSettings = class
    inherit StoreWriteSettings
Public Class SftpWriteSettings
Inherits StoreWriteSettings
Inheritance
SftpWriteSettings
Attributes

Constructors

SftpWriteSettings()

Initializes a new instance of SftpWriteSettings.

Properties

AdditionalProperties

Additional Properties.

(Inherited from StoreWriteSettings)
CopyBehavior

The type of copy behavior for copy sink.

(Inherited from StoreWriteSettings)
MaxConcurrentConnections

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

(Inherited from StoreWriteSettings)
Metadata

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

(Inherited from StoreWriteSettings)
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).

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

Applies to