AzureDataExplorerSource.QueryTimeout Property

Definition

Gets or sets query timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..

[Newtonsoft.Json.JsonProperty(PropertyName="queryTimeout")]
public object QueryTimeout { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="queryTimeout")>]
member this.QueryTimeout : obj with get, set
Public Property QueryTimeout As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to