Show / Hide Table of Contents

Class WorkItemPropertyNames

Defines names of custom WorkItem property names used by OneCompute.

Inheritance
object
WorkItemPropertyNames
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 WorkItemPropertyNames

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 = "TelemetryInstrumentationKey"
Field Value
Type Description
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 = "WorkItemFolder"
Field Value
Type Description
string
  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.