UpdateJobPriorityRequest Class

Relativity Imaging API
The request object for updating the priority of an imaging job.
Inheritance Hierarchy

SystemObject
  Relativity.Imaging.Services.InterfacesImagingJobBase
    Relativity.Imaging.Services.InterfacesUpdateJobPriorityRequest

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 UpdateJobPriorityRequest : ImagingJobBase

public class UpdateJobPriorityRequest : ImagingJobBase

The UpdateJobPriorityRequest type exposes the following members.

Constructors

  NameDescription
Public methodUpdateJobPriorityRequest
Top
Properties

  NameDescription
Public propertyJobGuid
The guid of the job to update the priority of.
Public propertyOriginationId
Optional - Unique identifier for the caller of this method. Can be used to differentiate ImagingDocumentRequests from different sources.
(Inherited from ImagingJobBase.)
Public propertyPriority
The new priority.
Public propertyWorkspaceId
The workspace artifact ID that the job belongs to.
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