The total number of processing sets with the status of Completed or Complete with errors in a workspace.
Namespace: Relativity.Processing.Services
Assembly: Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Property Value
Type: Int32Remarks
The TotalProcessingSets property aggregates the number of processing sets with the status of Completed or Complete with errors into a single value. This total number isn’t affected by the values for the PageSize or Page properties specified in the GetDocumentAggregatesRequest object.
Use this information in conjunction with paging available through the Relativity UI. For example, if the workspace contains 15 processing sets and the PageSize property is to 5, then you have 3 pages. A request with the PageSize property set to 15 would have only 1 page.
See Also