ImagingJob Class

Relativity Imaging API
Represents a job request sent to the imaging engine to generated a set of documents identified by a specific ImagingSet instance.
Inheritance Hierarchy

SystemObject
  Relativity.Imaging.Services.InterfacesImagingJobBase
    Relativity.Imaging.Services.InterfacesImagingJob

Namespace:  Relativity.Imaging.Services.Interfaces
Assembly:  Relativity.Imaging.Services.Interfaces (in Relativity.Imaging.Services.Interfaces.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax

public class ImagingJob : ImagingJobBase

public class ImagingJob : ImagingJobBase

The ImagingJob type exposes the following members.

Constructors

  NameDescription
Public methodImagingJob
Top
Properties

  NameDescription
Public propertyImagingSetId
Gets or sets the ArtifactID of an ImagingSet instance for the imaging job.
Public propertyOriginationId
Optional - Unique identifier for the caller of this method. Can be used to differentiate ImagingDocumentRequests from different sources.
(Inherited from ImagingJobBase.)
Public propertyQcEnabled
Gets or sets the optional property QcEnabled. If true, the run job will hide images by default. If false, the run job will show images by default. If unset, the setting from the previous imaging set run is used.
Public propertyWorkspaceId
Gets or sets the ID of the workspace containing the ImagingSet instance for the imaging job.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference