Class JobProperties
Job properties for a job.
Inherited Members
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[DataContract]
public class JobProperties : FlowModelObject
Constructors
View SourceJobProperties()
Initializes a new instance of the JobProperties class.
Declaration
public JobProperties()
See Also
View SourceJobProperties(Job)
Initializes a new instance of the JobProperties class.
Declaration
public JobProperties(Job job)
Parameters
Type | Name | Description |
---|---|---|
Job | job | The job. |
See Also
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
[DataMember]
public string ClientReference { get; set; }
Property Value
Type | Description |
---|---|
string | The client job reference. |
See Also
View SourceCreationTimestamp
Gets or sets the entity creation timestamp in UTC format.
Declaration
[DataMember]
public DateTime CreationTimestamp { get; set; }
Property Value
Type | Description |
---|---|
DateTime | The creation timestamp. |
See Also
View SourceEnvironmentId
Gets or sets the id of the environment the job executed in.
Declaration
[DataMember]
public string EnvironmentId { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the environment the job executed in. |
See Also
View SourceJobId
Gets or sets the job identifier.
Declaration
[DataMember]
public string JobId { get; set; }
Property Value
Type | Description |
---|---|
string | The job identifier. |
See Also
View SourceName
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
[DataMember]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the job. |
See Also
View SourcePoolId
Gets or sets the requested pool id.
Declaration
[DataMember]
public string PoolId { get; set; }
Property Value
Type | Description |
---|---|
string | The id of the requested pool. |
See Also
View SourceServiceName
Gets or sets the requested service name.
Declaration
[DataMember]
public string ServiceName { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the service. |
See Also
View SourceTags
Gets or sets tags of the job.
Declaration
[DataMember]
public string Tags { get; set; }
Property Value
Type | Description |
---|---|
string | The tags. |
Remarks
Tags are semicolon separated string.
See Also
View SourceUserId
Gets or sets the identifier of the user submitting the job.
Declaration
[DataMember]
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string | The user identifier. |