Class WorkItemStorageInfo
Information about storage used by a particular work item.
Inherited Members
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class WorkItemStorageInfo
Properties
View SourceContainerUri
Gets or sets the container URI containing output files from the work item.
Declaration
public string ContainerUri { get; set; }
Property Value
Type | Description |
---|---|
string | The container URI containing output files from the work item. |
WorkItemId
Gets or sets the work item identifier.
Declaration
public string WorkItemId { get; set; }
Property Value
Type | Description |
---|---|
string | The work item identifier. |