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

Relativity.Processing.V2.Services.Interfaces.DTOs.ProcessingFilterResult

public class ProcessingFilterResult
Processing Filter results Object
public string ContainerExtension { get; set; }

Container extension of the document, if present.

public long ContainerID { get; set; }

Container ID of the document, if present.

public string ContainerName { get; set; }

Container Name of the document, if present.

public int CustodianArtifactId { get; set; }

ArtifactID of the Data Source.

public string CustodianName { get; set; }

Name of the Data Source.

public int DataSourceArtifactId { get; set; }

ArtifactID of the Data Source.

public string DataSourceName { get; set; }

Name of the Data Source.

public string DedupeStatus { get; set; }

Dedupe Status of the document

public long DiscoverGroupId { get; set; }

Root Job Id of the job from which the document was discovered.

public string DocumentUuid { get; set; }

Document Uuid

public string ErrorCategory { get; set; }

Category of the document error.

public string ErrorMessage { get; set; }

Error that happens on a document on Ingestion, Text Extraction, Publish or deletion.

public string ErrorPhase { get; set; }

Processing phase in which the document error occurred.

public string ErrorStatus { get; set; }

Error Status of the document

public string ExtractedTextLocation { get; set; }

Message contains Extracted Text Location.

public string FileExtension { get; set; }

Extension of the document.

public string FileName { get; set; }

File Name of the document.

public long FileSize { get; set; }

File Size of the document.

public string FileType { get; set; }

File type of the document.

public string FolderPath { get; set; }

Folder path of the document.

public string ImportSource { get; set; }

Import Source of the document.

public bool IsContainer { get; set; }

Tells whether the document is container or not.

public bool IsDeleted { get; set; }

Indicates whether the document is soft deleted.

public bool IsEmbedded { get; set; }

Tells whether the document is embedded or not.

public bool IsPublished { get; set; }

Tells whether the document has been published to Relativity or not.

public string LogicalId { get; set; }

LogicalId

public string LogicalPath { get; set; }

Logical Path of the document.

public string MD5Hash { get; set; }

MD5hash of the document.

public bool OfficeEmbeddedItems { get; set; }

Tells whether the document is office embedded or not.

public string OriginalPath { get; set; }

Original Path of the document.

public long ParentId { get; set; }

Parent Id.

public string ParentLogicalId { get; set; }

Parent LogicalId

public string ProcessingDupeHash { get; set; }

The Processing Duplicate Hash of the document.

public long ProcessingFileId { get; set; }

Processing File Id.

public string SenderDomain { get; set; }

Sender Domain of the document.

public string Severity { get; set; }

Severity

public string SHA1Hash { get; set; }

Sha1hash of the document.

public string SHA256Hash { get; set; }

SHA256 Hash of the document.

public DateTime? SortDate { get; set; }

Sort Date of the document.

public string SourceId { get; set; }

SourceId

public string StorageId { get; set; }

Storage ID

public string TextExtractionMethod { get; set; }

Text extraction method use to extract the file.

public string UniqueId { get; set; }

UniqueId

public bool Unprocessable { get; set; }

Tells whether the file is unprocessable or not.

public string VirtualPath { get; set; }

Virtual Path of the document.