SftpWriteSettings.OperationTimeout Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="operationTimeout")]
public object OperationTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="operationTimeout")>]
member this.OperationTimeout : obj with get, set
Public Property OperationTimeout As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to