Class JobProperties
Job properties for a job.
Inherited Members
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class JobProperties : FlowModelObject
Constructors
View SourceJobProperties()
Initializes a new instance of the JobProperties class.
Declaration
public JobProperties()
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 SourceClientReference
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. |
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. |
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. |
JobId
Gets or sets the job identifier.
Declaration
public string JobId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The job identifier. |
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. |
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. |
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. |
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.
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. |