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

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingSetSummaryData

General processing set information
public bool DataSourceHasDocumentLevelErrors { get; set; }

if a data source has document level errors

public bool DataSourceHasJobLevelErrors { get; set; }

if a data source has job level errors

public List<int> DataSourceIDs { get; set; }

the array of data source Ids for the set

public List<string> EnvironmentErrors { get; set; }

the list of processing environment errors for the workspace

public bool HasRunningJobs { get; set; }

if the processing set has running jobs

public bool HasValidProcessingProfile { get; set; }

Whether the processing set has a valid processing profile or not

public bool IsStoreValid { get; set; }

if the store is valid for this processing set

public ProcessingSetState SetState { get; set; }

The processing set data