Show / Hide Table of Contents

Class JobPropertiesSegment

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

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

Properties

View Source

ContinuationToken

Gets or sets the continuation token.

Declaration
public string ContinuationToken { get; set; }
Property Value
Type Description
System.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.