ContentExtractorType Enumeration |
Namespace: OpenDiscoverSDK.Interfaces.ExtractorsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataContractAttribute]
public enum ContentExtractorType
Members| Member name | Value | Description |
|---|
| Document | 0 | IDocumentContentExtractor - document content extractor interface. This interface supports at least one of the following for document formats that it is returned for: text, metadata, and attachment/embedded
child document extraction.
|
| Archive | 1 | IArchiveExtractor - archive extractor interface supports extraction of compressed/uncompressed items from archives (e.g., .zip, .7z, .rar, .tar, etc).
|
| MailStore | 2 | IMailStoreExtractor - mail store extractor interface supports extraction of email messages from a mail store (e.g., PST, OST, MBOX, etc.).
|
| MessagingStore | 3 | IMessagingStoreExtractor - messaging store extractor interface supports extraction of instant messages from a message store (e.g., Slack Export, Skype Export, etc.).
|
| DocumentStore | 4 | IDocumentStoreExtractor - document store extractor interface supports extraction of documents from a document store (e.g., Lotus Notes 'database' Domino DXL export file).
|
| LargeEncodedText | 5 | ILargeEncodedTextExtractor - content extractor interface for "large" encoded text based files. The subjective term "large" is determined by the LargeDocumentCritera value.
|
| Unsupported | 6 | IUnsupportedExtractor - unsupported document file format type extractor interface. For unsupported document formats, a binary-to-text extractor is
returned for extracting often useful text from the binary file.
|
| LargeUnsupported | 7 | ILargeUnsupportedExtractor - "large" unsupported document type content extractor interface. The subjective term "large" is determined by the LargeDocumentCritera value.
|
| Database | 8 | IDatabaseExtractor - database extractor interface supports extraction of table text and documents from a database file.
|
See Also