SftpWriteSettings.OperationTimeout Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the timeout for writing each chunk to SFTP server. Default value: 01:00:00 (one hour). Type: string (or Expression with resultType string).
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> OperationTimeout { get; set; }
member this.OperationTimeout : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property OperationTimeout As DataFactoryElement(Of String)