Class JobPropertiesSegment
Represents job properties of jobs fetched from the server in segments.
Inherited Members
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class JobPropertiesSegment
Properties
View SourceContinuationToken
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. |
JobProperties
Gets or sets the job properties.
Declaration
public JobProperties[] JobProperties { get; set; }
Property Value
Type | Description |
---|---|
JobProperties[] | The collection of JobProperties. |