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

ProcessingFilterResult

public class ProcessingFilterResult
public string ContainerExtension { get; set; }

public long ContainerID { get; set; }

public string ContainerName { get; set; }

public int CustodianArtifactId { get; set; }

public string CustodianName { get; set; }

public int DataSourceArtifactId { get; set; }

public string DataSourceName { get; set; }

public string DedupeStatus { get; set; }

public long DiscoverGroupId { get; set; }

public string ErrorCategory { get; set; }

public string ErrorMessage { get; set; }

public string ErrorPhase { get; set; }

public string ErrorStatus { get; set; }

public string ExtractedTextLocation { get; set; }

public string FileExtension { get; set; }

public string FileName { get; set; }

public long FileSize { get; set; }

public string FileType { get; set; }

public string FolderPath { get; set; }

public string ImportSource { get; set; }

public bool IsContainer { get; set; }

public bool IsDeleted { get; set; }

public bool IsEmbedded { get; set; }

public bool IsPublished { get; set; }

public string LogicalPath { get; set; }

public string MD5Hash { get; set; }

public bool OfficeEmbeddedItems { get; set; }

public string OriginalPath { get; set; }

public long ParentDocumentId { get; set; }

public long ProcessingFileId { get; set; }

public string SenderDomain { get; set; }

public string SHA1Hash { get; set; }

public string SHA256Hash { get; set; }

public DateTime? SortDate { get; set; }

public string StorageId { get; set; }

public string TextExtractionMethod { get; set; }

public bool Unprocessable { get; set; }

public string VirtualPath { get; set; }