Class JobProperties
Application 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. |
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. |
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. |