StorePropertyIds Class

Definition

Defines the identifiers that uniquely identify the each property in the store.

public class StorePropertyIds
type StorePropertyIds = class
Public Class StorePropertyIds
Inheritance
StorePropertyIds

Constructors

StorePropertyIds()

Initializes a new instance of the StorePropertyIds class.

Properties

AllocatedCoreIds
AllocatedCores

The cores that were allocated to the job the last time the job ran.

AllocatedNodes

The nodes that were allocated to the job the last time the job ran.

AllocatedSockets

The sockets that were allocated to the job the last time the job ran.

AllocationObject

The internal allocation object.

CanceledJobCount

The number of jobs that have been canceled.

CanceledTaskCount

The number of tasks that have been canceled.

CancelingJobCount

The number of jobs that are being canceled.

CancelingTaskCount

The number of tasks that are being canceled.

ChangeTime

The date and time that the record was last touched.

CloseJobResourceCount

The number of jobs that have been closed.

CloseTaskDispatchedResourceCount

The number of tasks that the server has requested be closed.

CloseTaskResourceCount

The number of tasks that have been closed.

ConfigJobCount

The number of jobs that are being configured and have not yet been added to the scheduling queue.

ConfiguringTaskCount

The number of tasks that are being configured and have not yet been added to a job.

CreateTime

The date and time that the record was created.

DispatchingTaskCount

The number of tasks being dispatched to run.

DrainingNodeCount

The number of nodes that are marked to be taken offline after the current job finishes.

EndTime

The date and time that the job or task finished, failed or was canceled.

Error

The reason why the property returned null.

ErrorCode

An error code that identifies an error message string.

ErrorMessage

A description of the error that caused the job to fail or the reason the job was canceled.

ErrorParams

The insert strings that are applied to the error message string.

ExternalValidationJobCount

The number of jobs in the external validation state.

FailedJobCount

The number of jobs that have failed.

FailedTaskCount

The number of tasks that have failed.

FetchAllCustomProps

The custom properties set on a job and task.

FinishedJobCount

The number of jobs that have finished running.

FinishedTaskCount

The number of tasks that have finished running.

FinishingJobCount

The number of jobs that are finishing.

FinishingTaskCount

The number of tasks that are finishing.

HasRuntime

Indicates if the run-time limit for the job or task is set.

Id

The identifier that uniquely identifies the record in the scheduler.

IdleResourceCount

The number of times that the node has been idle.

IsExclusive

Determines whether nodes should be exclusively allocated to the job or task.

JobMessageObject
JobObject

The internal job object.

JobScheduledResourceCount

The number of jobs that have been scheduled on a node.

JobTaskScheduledResourceCount

The number of tasks that have been scheduled on a node.

JobType

The types of jobs that can run on the node.

MaxCores

The maximum number of cores that the scheduler can allocate for the job.

MaxNodes

The maximum number of nodes that the scheduler can allocated for the job.

MaxSockets

The maximum number of sockets that the scheduler can allocated for the job.

MemoryUsed

The amount of memory, in kilobytes, used by the job or task.

MinCores

The minimum number of cores that the job requires.

MinNodes

The minimum number of nodes that the job requires.

MinSockets

The minimum number of sockets that the job requires.

ModifyTime
NA

Used as an unknown property identifier.

Name

The display name of the job, task, or node.

NodeHistoryObject

The internal node history object.

NodeObject

The internal node object.

Nothing

Reserved.

OfflineNodeCount

The number of nodes that are offline.

OfflineResourceCount

The number of cores that are offline.

PoolObject
ProcessIds

The process identifiers that identify the processes used by the task.

QueuedJobCount

The number of jobs that have been queued.

QueuedTaskCount

The number of tasks that have been queued.

ReadyForTaskResourceCount

The number of cores that are ready to run a task.

ReadyNodeCount

The number of nodes that are ready to run a job or task.

ResourceObject

The internal resource object.

RowTime

The UTC data and time that the row was returned.

RunningJobCount

The number of jobs that are running.

RunningTaskCount

The number of tasks that are running.

RuntimeSeconds

The number of seconds in which the job or task should run.

RunUntilCanceled

Indicates that the job will run until the user cancels it.

ScheduledReserveResourceCount

The number of cores that are reserved to run a job sometime in the future.

StartTime

The date and time that the job or task started running.

SubmittedJobCount

The number of jobs that have been submitted.

SubmittedTaskCount

The number of tasks that have been submitted.

SubmitTime

The date and time that the job or task was submitted.

TaskClosedResourceCount

The number of tasks that have been closed.

TaskDispatchedResourceCount

The number of tasks that have been dispatched to run.

TaskObject

The internal task object.

TaskRunningResourceCount

The number of tasks that are running.

TaskScheduledResourceCount

The number of tasks that have been scheduled on a core to run.

TemplateObject

Internal job template object.

Timestamp

The SQL time stamp that identifies when the row was last changed.

TotalCoreCount

The total number of cores in the cluster.

TotalCpuTime

The total CPU time used by the task (includes the time spent in user-mode and kernel-mode).

TotalJobCount

The total number of jobs in the scheduler.

TotalKernelTime

The time that the task spent in kernel-mode.

TotalNodeCount

The total number of nodes in the cluster.

TotalSocketCount

The total number of sockets in the cluster.

TotalTaskCount

The total number of tasks in the scheduler.

TotalUserTime

The time that the task spent in user-mode.

UnitType

Determines whether cores, nodes, or sockets are used to allocate resources for the task.

UnreachableNodeCount

The number of nodes in the cluster that are unreachable.

UnreachableResourceCount

The number of cores in the cluster that are unreachable.

ValidatingJobCount

The number of jobs in the scheduler that are being validated.

ValidatingTaskCount

The number of tasks in the cluster that are being validated.

Version

The file version of the HPC server assembly.

Applies to