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

Relativity.Processing.V1.Services.Interfaces.DTOs.ProcessingStorageItem

public class ProcessingStorageItem
Object for Processing storage items.
public ICollection<long> FileIds { get; set; }

Collection of file Ids.

public bool HasDiscoverError { get; set; }

Whether the item has a discover error or not.

public long Size { get; set; }

Total size of the item.

public long StorageId { get; set; }

Storage Id.

public string StoredAs { get; set; }

File path the file is stored as.