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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET