JobResponse Class

Relativity Processing Services
Model representing the response from Invariant about the status of a given job
Inheritance Hierarchy

System.Object
  Relativity.Processing.Services.Interfaces.DTOs.JobResponse

Namespace:  Relativity.Processing.Services.Interfaces.DTOs
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public class JobResponse

The JobResponse type exposes the following members.

Constructors

  NameDescription
Public methodJobResponse
Top
Properties

  NameDescription
Public propertyCreatedOn
The date and time the job was started
Public propertyCurrentDocCount
The current document count
Public propertyDocCount
The document count
Public propertyErrorItems
The number of errored items on the job
Public propertyFinishedItems
The number of finished items on the job
Public propertyFinishedOn
The date and time that the job finished
Public propertyJobId
The id of the Job
Public propertyLastProgress
The date and time progress was last updated on the job
Public propertyPendingItems
The number of finished items on the job
Public propertyStartedOn
The date and time the job was started
Public propertyStatus
The job's dispatch status
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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