Relativity.Export.V1.IExportJobManager
Interface defining management of export jobs.
Cancels job with specified ID.
Task<ValueResponse<ValidationResult>> CreateAsync(int workspaceID, Guid jobID, ExportJobSettings settings, string applicationName = null, string correlationID = null)
Creates job with specified ID, without starting it.
Deletes exported files of specified export job.
Gets status of job with specified ID.
Task<ValueResponse<ArtifactExportErrors>> GetErrorsAsync(int workspaceID, Guid jobID, int start = 0, int length = 1000)
Gets errors that occurred during specific job.
Gets settings of specified export job.
Lists all defined jobs.
Starts job with specified ID.