Share via


SapCloudForCustomerSink.HttpRequestTimeout Property

Definition

The timeout (TimeSpan) to get an HTTP response. It is the timeout to get a response, not the timeout to read response data. Default value: 00:05:00. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> HttpRequestTimeout { get; set; }
member this.HttpRequestTimeout : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property HttpRequestTimeout As DataFactoryElement(Of String)

Property Value

Applies to