IDocument |
public interface IDocumentStoreExtractor : IContentExtractor, IDisposable
The IDocumentStoreExtractor type exposes the following members.
| Name | Description | |
|---|---|---|
| ContentExtractorType |
The derived, actual content extractor interface type.
(Inherited from IContentExtractor) | |
| Length |
Gets the document's length in bytes.
(Inherited from IContentExtractor) | |
| SupportsChildrenExtraction |
If true, this content extractor supports attachment, embedded item, or container item extraction.
(Inherited from IContentExtractor) | |
| SupportsDecryption |
If true, this content extractor supports decrypting password protected documents.
(Inherited from IContentExtractor) | |
| SupportsMetadataExtraction |
If true, this content extractor supports metadata extraction.
(Inherited from IContentExtractor) | |
| SupportsTextExtraction |
If true, this content extractor supports text extraction.
(Inherited from IContentExtractor) |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable) | |
| ExtractContent | Extracts document store metadata. | |
| GetNextDocument | Gets the next document as a ChildDocument where the document's contents are contained in the DocumentBytes property of the returned ChildDocument. | |
| OverrideContentExtractionSettings |
Allows for overriding the ContentExtractionSettings object used by a IContentExtractor instance that was returned by a call to
OpenDiscoverSDK.ContentExtractorFactory.GetContentExtractor. See remarks for limitations.
(Inherited from IContentExtractor) |
| Name | Description | |
|---|---|---|
| ContentExtractionHeartbeat |
Notification event that lets implementers of IContentExtractor know that content extraction is still under process. See remarks.
(Inherited from IContentExtractor) |
A document store is similar to an archive but stores uncompressed documents.
Lotus Notes Domino DXL database export file is one example of a document store. This database export file format can contain many exported documents.