Property Enumeration

Relativity Processing Services
Represents the property on the condition expression. These properties are used to translate back and forth between Invariant.Services.Filter.Models

Namespace:  Relativity.Processing.Services.Interfaces.DTOs
Assembly:  Relativity.Processing.Services.Interfaces (in Relativity.Processing.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public enum Property
Members

  Member nameValueDescription
ContainerID0 Container ID of the document, if present.
ProcessingFileId1 Processing File Id.
FileSize2 File Size of the document.
ParentDocumentId3 Parent Document Id.
DiscoverGroupId4 Root Job Id of the job from which the document was discovered.
ContainerName5 Container Name of the document, if present.
ContainerExtension6 Container extension of the document, if present.
IngestionError7 Document error that happens during ingestion.
ExtractedTextLocation8 Message contains Extracted Text Location.
FileName9 File Name of the document.
FileExtension10 Extension of the document.
FileType11 File type of the document.
FolderPath12 Folder path of the document.
ImportSource13 Import Source of the document.
LogicalPath14 Logical Path of the document.
MD5Hash15 MD5hash of the document.
DocumentErrorMessage16 Message contains document error message.
OriginalPath17 Original Path of the document.
SHA1Hash18 Sha1hash of the document.
SHA256Hash19 SHA256 Hash of the document.
TextExtractionMethod20 Text extraction method use to extract the file data.
VirtualPath21 Virtual Path of the document.
IsContainer22 Tells whether the document is container or not.
IsEmbedded23 Tells whether the document is embedded or not.
OfficeEmbeddedItems24 Tells whether the document is office embedded or not.
Unprocessable25 Tells whether the file is unprocessable or not.
CustodianArtifactId26 ArtifactID of the Custodian.
DataSourceArtifactId27 ArtifactID of the Data Source.
CustodianName28 Custodian name
DataSourceName29 Data source name
See Also

Reference