Show / Hide Table of Contents

Class WorkItemStorageInfo

Information about storage used by a particular work item.

Inheritance
System.Object
WorkItemStorageInfo
Namespace: DNVGL.One.Compute.Core.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class WorkItemStorageInfo : object

Properties

View Source

ContainerUri

Gets or sets the container URI containing output files from the work item.

Declaration
public string ContainerUri { get; set; }
Property Value
Type Description
System.String

The container URI containing output files from the work item.

View Source

WorkItemId

Gets or sets the work item identifier.

Declaration
public string WorkItemId { get; set; }
Property Value
Type Description
System.String

The work item identifier.

  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.