Aracılığıyla paylaş


USqlJobProperties.TotalPausedTime Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to