DDARecord |
public class DDARecordReader : IDisposable
The DDARecordReader type exposes the following members.
| Name | Description | |
|---|---|---|
| DDARecordReader | Constructor. |
| Name | Description | |
|---|---|---|
| CreationDate | Archive creation date (UTC). | |
| DocumentArchiveFolderPath | The root folder of the document data archive. | |
| Settings | Task settings that were used to create this document data archive output. | |
| TotalNumOfDocumentRecords | Total number of document records in document data archive. | |
| Version | Archive format version. |
| Name | Description | |
|---|---|---|
| Dispose | Dispose. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ReadNextRecord | Reads the next document record. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Class DocumentDataArchiveReader also reads document data archive (.dda) output files but it reads all the documents into memory at once and provides summary information and also creates the hierarchical structure of the processed documents (parent/child relationships), see property HierarchicalRecords.
A document data archive (always named "DocumentDataArchive.dda") holds extracted document data (metadata/attributes/etc) from processed documents. Documents stored in a document archive file may also have links to either external individual extracted text/attachment files or links to external text/attachment archive files that act as compact archive containers for this information.