Show / Hide Table of Contents

Class JobProperties

Job properties for a job.

Inheritance
System.Object
FlowModelObject
JobProperties
Inherited Members
FlowModelObject.BatchNumber
FlowModelObject.Properties
FlowModelObject.PropertiesContent
FlowModelObject.Item[String]
FlowModelObject.UpdateProperties(String)
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class JobProperties : FlowModelObject

Constructors

View Source

JobProperties()

Initializes a new instance of the JobProperties class.

Declaration
public JobProperties()
View Source

JobProperties(Job)

Initializes a new instance of the JobProperties class.

Declaration
public JobProperties(Job job)
Parameters
Type Name Description
Job job

The job.

Properties

View Source

ClientReference

Gets or sets the client job reference. This is reserved for use by the client for referencing purposes and will not be used by One Compute.

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

The client job reference.

View Source

CreationTimestamp

Gets or sets the entity creation timestamp in UTC format.

Declaration
public DateTime CreationTimestamp { get; set; }
Property Value
Type Description
DateTime

The creation timestamp.

View Source

EnvironmentId

Gets or sets the id of the environment the job executed in.

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

The id of the environment the job executed in.

View Source

JobId

Gets or sets the job identifier.

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

The job identifier.

View Source

Name

Gets or sets the name of the job. This is reserved for use by the client for description purposes and will not be used by One Compute.

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

The name of the job.

View Source

PoolId

Gets or sets the requested pool id.

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

The id of the requested pool.

View Source

ServiceName

Gets or sets the requested service name.

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

The name of the service.

View Source

Tags

Gets or sets tags of the job.

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

The tags.

Remarks

Tags are semicolon separated string.

View Source

UserId

Gets or sets the identifier of the user submitting the job.

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

The user identifier.

See Also

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