JobHistoryPropertyIds Class

Definition

Defines the job history properties that you can retrieve when calling the OpenJobHistoryEnumerator(IPropertyIdCollection, IFilterCollection, ISortCollection) method.

public class JobHistoryPropertyIds
type JobHistoryPropertyIds = class
Public Class JobHistoryPropertyIds
Inheritance
JobHistoryPropertyIds

Constructors

JobHistoryPropertyIds()

Initializes a new instance of this class.

Properties

ActorSid
AverageMemoryUsed

The average amount of memory, in kilobytes, used by all tasks in the job.

CallDuration

The average duration of a web-service message call in the session.

CallsPerSecond

The number of web-service calls made in the session in the last second.

CanceledTasksCount
CancelRequest
ChildJobIds
CpuTime

The total CPU time that the job consumed.

EndTime

The date and time that the job finished running.

EventTime

The date and time that the job completion event occurred.

FailedTasksCount
FailOnTaskFailure
FinishedTasksCount
HasGrown

Indicates if the number of resources allocated to the job has grown since resources were last allocated.

HasShrunk

Indicates if the number of resources allocated to the job has shrunk since resources were last allocated.

Id

The identifier that identifies the job history record.

IsExclusive
JobEvent

The job completion event.

JobId

The identifier that uniquely identifies the job in the cluster.

JobName
JobOwner

The user that owns the job.

JobTemplate

The job template that the job uses.

JobType
KernelCpu
MemoryUsed

The average amount of memory, in kilobytes, used by all tasks in the job.

NumberOfCalls

The number of web-service calls made in the session.

NumberOfTask
Operator
ParentJobIds
Pool
Preemptable
Priority
Project

The project to which the job belongs.

PropChange
RequeueId

Use to uniquely identify the history records for a job when the job has been queued more than one time.

Runtime

The run-time limit for the job.

RunUntilCanceled
ServiceName

The name of the service that runs on the nodes of the cluster.

SoftwareLicense
StartTime

The time that the scheduler started the job.

SubmitTime

The time that the user submitted the job.

UserCpu

Applies to