Class JobPropertyNames
Defines the names of job properties used by OneCompute.
Inherited Members
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class JobPropertyNames
Fields
View SourceContainerUri
The container URI property.
Declaration
public const string ContainerUri = "ContainerUri"
Field Value
Type | Description |
---|---|
string |
Remarks
This is a property on Job. It should be acquired by the client and is used by the job scheduler.
EnvironmentId
The id of the environment the job executed in.
Declaration
public const string EnvironmentId = "EnvironmentId"
Field Value
Type | Description |
---|---|
string |
Remarks
This is a property on Job. It is set by the Platform Job Scheduler Worker and set in the the JobStatus record by the job scheduler when this record is created.