<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.1" />

MetricJobEndReport

public long CompletedRecords { get; set; }

Gets or sets the number of successfully processed records

public long ExportedImageCount { get; set; }

Gets or sets total number of exported image files.

public long ExportedLongTextCount { get; set; }

Gets or sets total number of exported long text files.

public long ExportedNativeCount { get; set; }

Gets or sets total number of exported native files.

public long ExportedPdfCount { get; set; }

Gets or sets total number of exported PDF files.

public long FileSizeBytes { get; set; }

Gets or sets total size of all files in bytes.

public TapiClient InitialTransferMode { get; set; }

Gets or sets initial transfer mode.

public double JobDurationInSeconds { get; set; }

Gets or sets job duration in seconds.

public double JobEndTimeStamp { get; set; }

Gets or sets end timestamp of the job.

public string JobRunId { get; set; }

Gets or sets the server side job run ID.

public double JobStartTimeStamp { get; set; }

Gets or sets start timestamp of the job.

public JobStatus JobStatus { get; set; }

Gets or sets job status - JobStatus

public long MetadataSizeBytes { get; set; }

Gets or sets metadata size in bytes.

public long RecordsWithErrors { get; set; }

Gets or sets total number of records processed with errors.

public double SqlBulkLoadThroughputRecordsPerSecond { get; set; }

Gets or sets sql bulk load throughput in records per second.

public double ThroughputBytesPerSecond { get; set; }

Gets or sets total transfer rate in bytes per second

public double ThroughputRecordsPerSecond { get; set; }

Gets or sets total transfer rate in records per second

public long TotalRecords { get; set; }

Gets or sets total number of records to process in a job

public long TotalSizeBytes { get; set; }

Gets or sets total job size in bytes. This value is equal to sum of MetadataSizeBytes and FileSizeBytes.