Share via


WebActivity.HttpRequestTimeout Property

Definition

Timeout for the HTTP request to get a response. Format is in TimeSpan (hh:mm:ss). This value is the timeout to get a response, not the activity timeout. The default value is 00:01:00 (1 minute). The range is from 1 to 10 minutes.

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