<PackageReference Include="Relativity.Export.SDK" Version="3.4.1" />

Relativity.Export.V1.Model.ExportJob

public class ExportJob
Status of export job.
public string ApplicationName { get; set; }

Gets or sets name of application.

public string CorrelationID { get; set; }

Gets or sets Correlation ID.

public int CreatedBy { get; set; }

Gets or sets creator of export job.

public string ErrorCode { get; set; }

Gets or sets error code for export job.

public string ErrorMessage { get; set; }

Gets or sets error message for export job.

public int? ExportedFilesCount { get; set; }

Gets or sets number of exported files.

public ExportJobOutput ExportJobOutput { get; set; }

Gets or sets output/result of the export job. Contains information about the loadfile's names.

public Guid ID { get; set; }

Gets or sets ID of export job.

public bool IsOutputDeleted { get; set; }

Gets or Sets a value indicating whether output is deleted.

public int? JobErrorsCount { get; set; }

Gets or sets number of job level errors.

public ExportStatus JobStatus { get; set; }

Gets or sets status of exported job.

public int? JobWarningsCount { get; set; }

Gets or sets number of job level warnings.

public string LoadfileName { get; set; }

Gets or Sets custom name for loadfile.

public string OutputUrl { get; set; }

Gets or sets url of output for export job.

public int? ProcessedRecords { get; set; }

Gets or sets number of processed records.

public int? RecordsWithErrors { get; set; }

Gets or sets number of records with errors.

public int? RecordsWithWarnings { get; set; }

Gets or sets number of records with warnings.

public int? TotalRecords { get; set; }

Gets or sets total exported records.

public long? TotalSizeOfExportedFiles { get; set; }

Gets or sets size of exported files - in bytes.

public Guid? TransferJobID { get; set; }

Gets or sets ID of the job in the Transfer Service. This job can be used to download export results.

public ExportJob()