Partager via


ExecutionStatistics.WaitStats Property

Definition

Gets or sets dictionary of sql query execution wait types and the respective statistics

[Newtonsoft.Json.JsonProperty(PropertyName="waitStats")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataMigration.Models.WaitStatistics> WaitStats { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="waitStats")>]
member this.WaitStats : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataMigration.Models.WaitStatistics> with get, set
Public Property WaitStats As IDictionary(Of String, WaitStatistics)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to