Relativity.Processing.Services.Interfaces.V2.DTOs.ProcessingStorageItem public class ProcessingStorageItem Documentation public Guid DocumentUuid { get; set; } public bool HasDiscoverError { get; set; } public ICollection<string> LogicalIds { get; set; } public long Size { get; set; } public string StoredAs { get; set; } public ProcessingStorageItem()