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

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingSetDocumentInfo

Contains information regarding the documents of a Processing Set
public DateTime ProcessingSetDateCreated { get; set; }

The date that the processing set was created.

public int ProcessingSetId { get; set; }

The Artifact ID of the processing set.

public string ProcessingSetName { get; set; }

The name of the processing set.

public long PublishedDocumentCount { get; set; }

The total number of documents from the processing set published to the workspace.

public decimal PublishedDocumentSizeInBytes { get; set; }

The total size in bytes of the documents from the processing sets published to the workspace.

The default constructor for creating the info object.