JobScheduleStatistics Class
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.
Resource usage statistics for a CloudJobSchedule.
public class JobScheduleStatistics
type JobScheduleStatistics = class
Public Class JobScheduleStatistics
- Inheritance
-
JobScheduleStatistics
Properties
FailedTaskCount |
Gets the total number of tasks in the job that failed during the given time range. |
KernelCpuTime |
Gets the total kernel mode CPU time (per core) consumed by all tasks in the job schedule. |
LastUpdateTime |
Gets the time at which the statistics were last updated. All statistics are limited to the range between StartTime and this value. |
ReadIOGiB |
Gets the total gibibytes of I/O read from disk by all tasks in the job schedule. |
ReadIOps |
Gets the total number of disk read operations made by all tasks in the job schedule. |
StartTime |
Gets the start time of the time range covered by the statistics. |
SucceededTaskCount |
Gets the total number of tasks successfully completed in the job schedule. |
TaskRetryCount |
Gets the total number of retries that occurred on all tasks in the job schedule. |
Url |
Gets the URL of the statistics. |
UserCpuTime |
Gets the total user mode CPU time (per core) consumed by all tasks in the job schedule. |
WaitTime |
Gets the total wait time of all tasks in jobs created under the schedule. The wait time for a task is defined as the elapsed time between the creation of the task and the start of task execution. (If the task is retried due to failures, the wait time is the time to the most recent task execution.) |
WallClockTime |
Gets the total wall clock time of all tasks in the job schedule. Note that if any task was retried multiple times, this includes the wall clock time of all the task retries. |
WriteIOGiB |
Gets the total gibibytes of I/O written to disk by all tasks in the job schedule. |
WriteIOps |
Gets the total number of disk write operations made by all tasks in the job schedule. |
Applies to
Azure SDK for .NET