Show / Hide Table of Contents

Class JobPropertiesSegment

Represents job properties of jobs fetched from the server in segments.

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

Properties

View Source

ContinuationToken

Gets or sets the continuation token.

Declaration
public string ContinuationToken { get; set; }
Property Value
Type Description
string

The continuation token from the server when the operation returns a partial result.

View Source

JobProperties

Gets or sets the job properties.

Declaration
public JobProperties[] JobProperties { get; set; }
Property Value
Type Description
JobProperties[]

The collection of JobProperties.

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