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 SourceTelemetryInstrumentationKeyName
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 |
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 |