Share via


HDInsightHiveActivity.QueryTimeout Property

Definition

Gets or sets query timeout value (in minutes). Effective when the HDInsight cluster is with ESP (Enterprise Security Package)

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to