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
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. | |
CustodianArtifactId | 26 | ArtifactID of the Custodian. | |
DataSourceArtifactId | 27 | ArtifactID of the Data Source. | |
CustodianName | 28 | Custodian name | |
DataSourceName | 29 | Data source name |
See Also