TableRequestOptions.MaximumExecutionTime Property

Definition

Gets or sets the maximum execution time for all potential retries for the request.

public TimeSpan? MaximumExecutionTime { get; set; }
member this.MaximumExecutionTime : Nullable<TimeSpan> with get, set
Public Property MaximumExecutionTime As Nullable(Of TimeSpan)

Property Value

A TimeSpan representing the maximum execution time for retries for the request.

Applies to