The total number of bytes for documents from all processing sets with the status of Completed or Complete with errors published to a workspace.
Namespace:
Relativity.Processing.ServicesAssembly:
Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
public decimal TotalPublishedDocumentSizeInBytes { get; set; }
Public Property TotalPublishedDocumentSizeInBytes As Decimal
Get
Set
Property Value
Type:
Decimal
TotalPublishedDocumentSizeInBytes property aggregates the number of bytes for all documents from 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 in the GetDocumentAggregatesRequest object.
Reference