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

Relativity.Export.V1.Model.ExportJobOutput

public class ExportJobOutput
Output/result of the export job. Contains information about the loadfile's names. For loadfile naming convention, see LoadfileNameFormat.
public string ArchiveFileName { get; set; }

Gets or sets the archive (*.zip) file name - if export is set to archive data.

public string ImageLoadfileName { get; set; }

Gets or sets image loadfile name (*_export.opt).

public string LoadfileName { get; set; }

Gets or sets standard loadfile name (*_export.dat).

public string MdbLoadfileName { get; set; }

Gets or sets MDB loadfile name (*_export.mdb).

public string OutputUrl { get; set; }

Gets or sets the URL of the output.

public string PdfLoadfileName { get; set; }

Gets or sets PDF loadfile name (*_export_pdf.opt).

public ExportJobOutput()