USqlProperties.TotalPausedTime Property
Optional. Gets or sets the total time this job spent paused. This value should not be set by the user and will be ignored if it is.
Namespace: Microsoft.Azure.Management.DataLake.AnalyticsJob.Models
Assembly: Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)
Syntax
public Nullable<TimeSpan> TotalPausedTime { get; set; }
public:
property Nullable<TimeSpan> TotalPausedTime {
Nullable<TimeSpan> get();
void set(Nullable<TimeSpan> value);
}
member TotalPausedTime : Nullable<TimeSpan> with get, set
Public Property TotalPausedTime As Nullable(Of TimeSpan)
Property Value
Type: System.Nullable<TimeSpan>
See Also
USqlProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top