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

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 Guid ID { get; set; }

Gets or sets ID of export job.

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 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 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()