USqlJobProperties.TotalQueuedTime Property

Definition

Gets the total time this job spent queued. This value should not be set by the user and will be ignored if it is.

[Newtonsoft.Json.JsonProperty(PropertyName="totalQueuedTime")]
public TimeSpan? TotalQueuedTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="totalQueuedTime")>]
member this.TotalQueuedTime : Nullable<TimeSpan>
Public ReadOnly Property TotalQueuedTime As Nullable(Of TimeSpan)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to