Show / Hide Table of Contents

Class WorkItemStorageInfo

Information about storage used by a particular work item.

Inheritance
object
WorkItemStorageInfo
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.FlowModel
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class WorkItemStorageInfo

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

The work item identifier.

  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.