Show / Hide Table of Contents

Class JobPropertyNames

Defines the names of job properties used by OneCompute.

Inheritance
System.Object
JobPropertyNames
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class JobPropertyNames : object

Fields

View Source

ContainerUri

The container URI property.

Declaration
public const string ContainerUri = null
Field Value
Type Description
System.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 = null
Field Value
Type Description
System.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.