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
Members
Member name | Value | Description | |
---|---|---|---|
ContainerID | 0 | Container ID of the document, if present. | |
ProcessingFileId | 1 | Processing File Id. | |
FileSize | 2 | File Size of the document. | |
ParentDocumentId | 3 | Parent Document Id. | |
DiscoverGroupId | 4 | Root Job Id of the job from which the document was discovered. | |
ContainerName | 5 | Container Name of the document, if present. | |
ContainerExtension | 6 | Container extension of the document, if present. | |
IngestionError | 7 | Document error that happens during ingestion. | |
ExtractedTextLocation | 8 | Message contains Extracted Text Location. | |
FileName | 9 | File Name of the document. | |
FileExtension | 10 | Extension of the document. | |
FileType | 11 | File type of the document. | |
FolderPath | 12 | Folder path of the document. | |
ImportSource | 13 | Import Source of the document. | |
LogicalPath | 14 | Logical Path of the document. | |
MD5Hash | 15 | MD5hash of the document. | |
DocumentErrorMessage | 16 | Message contains document error message. | |
OriginalPath | 17 | Original Path of the document. | |
SHA1Hash | 18 | Sha1hash of the document. | |
SHA256Hash | 19 | SHA256 Hash of the document. | |
TextExtractionMethod | 20 | Text extraction method use to extract the file data. | |
VirtualPath | 21 | Virtual Path of the document. | |
IsContainer | 22 | Tells whether the document is container or not. | |
IsEmbedded | 23 | Tells whether the document is embedded or not. | |
OfficeEmbeddedItems | 24 | Tells whether the document is office embedded or not. | |
Unprocessable | 25 | Tells whether the file is unprocessable or not. | |
IsPublished | 26 | Indicates whether the file has been published successfully | |
CustodianArtifactId | 27 | ArtifactID of the Custodian. | |
DataSourceArtifactId | 28 | ArtifactID of the Data Source. | |
CustodianName | 29 | Custodian name | |
DataSourceName | 30 | Data source name | |
IsDeleted | 31 | Tells whether the document is deleted or not. | |
ErrorMessage | 32 | Deleted error that happens on a document when deleting. | |
SenderDomain | 33 | Sender Domain of the document. | |
SortDate | 34 | Sort Date of the document | |
ErrorCategory | 35 | Category assigned to error | |
ErrorPhase | 36 | Phase in which error has been thrown |
See Also