<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

ProductionProgress

public class ProductionProgress
Progress details of a production.
public string BeginBates { get; set; }

The Begin Bates of the production.

public long CurrentBrandingQueueLength { get; set; }

Number of incomplete branding jobs.

public long DocumentsWithImages { get; set; }

Number of documents with images.

public long DocumentsWithNatives { get; set; }

Number of documents with natives.

public long DocumentsWithPdfs { get; set; }

Number of Documents with Produced PDFs.

public long DocumentsWithPlaceHolders { get; set; }

Number of documents with placeholders.

public long DocumentsWithRedactions { get; set; }

Number of documents with redactions.

public string EndBates { get; set; }

The End Bates of the production.

public long ImagesBranded { get; set; }

Number of completed branded images.

public float ImageSizeInGb { get; set; }

Total size of all images in GB.

public long ImagesToBeBranded { get; set; }

Number of images to be branded.

public long ImagesWithErrors { get; set; }

Number of images with branding errors.

public long NativesRedacted { get; set; }

Number of completed redacted natives.

public long NativesToBeRedacted { get; set; }

Number of natives to be redacted.

public long NativesWithErrors { get; set; }

Number of natives with redaction errors.

public long PdfsBranded { get; set; }

Number of Produced PDFs that have been branded.

public long PdfsErrored { get; set; }

Number of Produced PDFs that have errored out.

public long PdfsRemaining { get; set; }

Number of Produced PDFs that are yet to be produced.

public DateTime ProductionRunDate { get; set; }

Produced date of the production.

public DateTime StartTime { get; set; }

Start time of the production job.

public string Status { get; set; }

Status of the production.

public long TotalBrandingQueueLength { get; set; }

Total number of branding jobs.

public long TotalDocuments { get; set; }

Total number of documents in the production.

public long TotalImages { get; set; }

Total number of images.

public long TotalNatives { get; set; }

Total number of natives.