Share via


WorkloadGroup.QueryExecutionTimeout Property

Definition

Gets or sets the workload group query execution timeout.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.queryExecutionTimeout")]
public int? QueryExecutionTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queryExecutionTimeout")>]
member this.QueryExecutionTimeout : Nullable<int> with get, set
Public Property QueryExecutionTimeout As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to