Class ContainerSettingsNames
Defines names of custom environment variables used by OneCompute
Inheritance
System.Object
ContainerSettingsNames
Namespace: DNVGL.One.Compute.Core.WorkItemProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public static class ContainerSettingsNames : object
Fields
View SourceImageName
Name of property used to indicate the image that will be used to execute a WorkUnit
Declaration
public const string ImageName = null
Field Value
Type | Description |
---|---|
System.String |
RunOptions
Name of property used to indicate the run options for launching a container to execute a WorkUnit
Declaration
public const string RunOptions = null
Field Value
Type | Description |
---|---|
System.String |