QueryStatistic.QueryExecutionCount Property

Definition

Gets or sets number of query executions in this time interval.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.queryExecutionCount")]
public long? QueryExecutionCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queryExecutionCount")>]
member this.QueryExecutionCount : Nullable<int64> with get, set
Public Property QueryExecutionCount As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to