JobStatistics Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JobStatistics() |
Initializes a new instance of the JobStatistics class. |
JobStatistics(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<JobStatisticsVertexStage>) |
Initializes a new instance of the JobStatistics class. |
JobStatistics()
Initializes a new instance of the JobStatistics class.
public JobStatistics ();
Public Sub New ()
Applies to
JobStatistics(Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, IList<JobStatisticsVertexStage>)
Initializes a new instance of the JobStatistics class.
public JobStatistics (DateTimeOffset? lastUpdateTimeUtc = default, DateTimeOffset? finalizingTimeUtc = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage> stages = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatisticsVertexStage> -> Microsoft.Azure.Management.DataLake.Analytics.Models.JobStatistics
Public Sub New (Optional lastUpdateTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional finalizingTimeUtc As Nullable(Of DateTimeOffset) = Nothing, Optional stages As IList(Of JobStatisticsVertexStage) = Nothing)
Parameters
- lastUpdateTimeUtc
- Nullable<DateTimeOffset>
The last update time for the statistics.
- finalizingTimeUtc
- Nullable<DateTimeOffset>
The job finalizing start time.
- stages
- IList<JobStatisticsVertexStage>
The list of stages for the job.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET