Show / Hide Table of Contents

Class JobProperties

Job properties for a job.

Inheritance
object
FlowModelObject
JobProperties
SQLiteJobPropertiesEntity
Inherited Members
FlowModelObject.BatchNumber
FlowModelObject.Properties
FlowModelObject.PropertiesContent
FlowModelObject.this[string]
FlowModelObject.UpdateProperties(string)
FlowModelObject.UpdateProperties(FlowModelObject)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: DNVGL.One.Compute.Core.JobProperties
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[DataContract]
public class JobProperties : FlowModelObject

Constructors

View Source

JobProperties()

Initializes a new instance of the JobProperties class.

Declaration
public JobProperties()
See Also
FlowModelObject
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.

See Also
FlowModelObject

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
[DataMember]
public string ClientReference { get; set; }
Property Value
Type Description
string

The client job reference.

See Also
FlowModelObject
View Source

CreationTimestamp

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
FlowModelObject
View Source

EnvironmentId

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
FlowModelObject
View Source

JobId

Gets or sets the job identifier.

Declaration
[DataMember]
public string JobId { get; set; }
Property Value
Type Description
string

The job identifier.

See Also
FlowModelObject
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
[DataMember]
public string Name { get; set; }
Property Value
Type Description
string

The name of the job.

See Also
FlowModelObject
View Source

PoolId

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
FlowModelObject
View Source

ServiceName

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
FlowModelObject
View Source

Tags

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
FlowModelObject
View Source

UserId

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.

See Also
FlowModelObject

See Also

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