Show / Hide Table of Contents

Class WorkItemPropertyNames

Defines names of custom WorkItem property names used by OneCompute.

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

Fields

View Source

TelemetryInstrumentationKeyName

Name of property used to indicate the instrumentation key for any telemetry generated by the WorkUnit.

Declaration
public const string TelemetryInstrumentationKeyName = null
Field Value
Type Description
System.String
View Source

WorkItemFolder

Name of work item property used by the client application to set the path within the user's BLOB container to where the files for the work item are put. This property can be used by the OCP portal to browse from a particular work unit to the folder where the files for the work item are located.

Declaration
public const string WorkItemFolder = null
Field Value
Type Description
System.String
  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.