Share via


PipelineActivityPolicy.Timeout Property

Definition

Specifies the timeout for the activity to run. The default timeout is 7 days. 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