USqlProperties.TotalRunningTime Property
Optional. Gets or sets the total time this job spent executing. 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> TotalRunningTime { get; set; }
public:
property Nullable<TimeSpan> TotalRunningTime {
Nullable<TimeSpan> get();
void set(Nullable<TimeSpan> value);
}
member TotalRunningTime : Nullable<TimeSpan> with get, set
Public Property TotalRunningTime As Nullable(Of TimeSpan)
Property Value
Type: System.Nullable<TimeSpan>
See Also
USqlProperties Class
Microsoft.Azure.Management.DataLake.AnalyticsJob.Models Namespace
Return to top