<PackageReference Include="Relativity.Processing.SDK" Version="13.29.419" />

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingSetDocumentInfoSummary

Represents a response object containing information about processing sets retrieved from a specified workspace.

An array of ProcessingSetDocumentInfo objects.

public int TotalProcessingSets { get; set; }

The total number of processing sets with the status of Completed or Complete with errors in a workspace.

public long TotalPublishedDocuments { get; set; }

The total number of documents from all processing sets with the status of Completed or Complete with errors published to a workspace.

public decimal TotalPublishedDocumentSizeInBytes { get; set; }

The total number of bytes for documents from all processing sets with the status of Completed or Complete with errors published to a workspace.

The default constructor for creating the summary object.