Share via


ValidationActivity.Timeout Property

Definition

Specifies the timeout for the activity to run. If there is no value specified, it takes the value of TimeSpan.FromDays(7) which is 1 week as default. 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> Timeout { get; set; }
member this.Timeout : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Timeout As DataFactoryElement(Of String)

Property Value

Applies to