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: b44b4b567bbab080f9f68472e841682bf13da2db
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.
IsPublished26 Indicates whether the file has been published successfully
CustodianArtifactId27 ArtifactID of the Custodian.
DataSourceArtifactId28 ArtifactID of the Data Source.
CustodianName29 Custodian name
DataSourceName30 Data source name
IsDeleted31 Tells whether the document is deleted or not.
ErrorMessage32 Deleted error that happens on a document when deleting.
SenderDomain33 Sender Domain of the document.
SortDate34 Sort Date of the document
ErrorCategory35 Category assigned to error
ErrorPhase36 Phase in which error has been thrown
See Also

Reference