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

Relativity.Processing.Services.Interfaces.V2.DTOs.ProcessingStorageItem

public class ProcessingStorageItem
Object for Processing storage items.
public Guid DocumentUuid { get; set; }

Source Id.

public bool HasDiscoverError { get; set; }

Whether the item has a discover error or not.

public ICollection<string> LogicalIds { get; set; }

Collection of logical Ids.

public long Size { get; set; }

Total size of the item.

public string StoredAs { get; set; }

File path the file is stored as.