Show / Hide Table of Contents

Class JobPropertyNames

Defines the names of job properties used by OneCompute.

Inheritance
object
JobPropertyNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class JobPropertyNames

Fields

View Source

ContainerUri

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.

View Source

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.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.