Content Extractor Type Enumeration
Identifies the specific IContentExtractor derived content extractor interface type.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Extractors
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public enum ContentExtractorTypeMembers
| 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. |