Load |
The LoadFileResult type exposes the following members.
| Name | Description | |
|---|---|---|
| DocumentDataArchiveParseTimeMs | Total time to parse the document data archive (.dda) file, in [ms]. | |
| TotalAttachmentAndTextFilesFlattened | If the processing task DocumentTaskSettings.OutputMode was set to Archive, then attachments and text files are in Open Discover archive formats. This property returns the total number of attachment and text files that were "flattened" out of attachment data archives (.ada) and text data archives (.tda) into individual flat files. This value will be 0 if DocumentTaskSettings.OutputMode was set to IndividualFiles for this processing output. | |
| TotalNumOfArchivesExcluded | Total number of container document records excluded from the load file. See IncludeTopLevelInputContainers. | |
| TotalNumOfDocumentRecords | Total number of document records read from the document data archive (.dda) file. | |
| TotalNumOfDocumentRecordsWritten | Total number of document records written to the load file. | |
| TotalNumOfDocumentsNotInExportHashSet | Total number of document records excluded from the load file export because their DocControlNumber was not in optional ControlNumbersToExportHashSet. This exclusion option is only used if ControlNumbersToExportHashSet is non-null. | |
| TotalNumOfNistDocumentsExcluded | Total number of NIST document records excluded from the load file. See IncludeNistFiles. | |
| TotalNumOfRequeueDocumentsExcluded | Total number of "re-queue" document records excluded from the load file. See IncludeRequeueAsSeparateTaskFiles. | |
| TotalRecordCreationTimeMs | Total time to create load file document records, in [ms]. | |
| TotalTimeToFlattenAttachmentAndTextFilesMs | If the processing task OutputMode was set to Archive, then attachments and text files are in Open Discover archive formats. This property returns the total time ([ms]) that it took to "flatten" archive stored attachment and text files. This value will be 0 if DocumentTaskSettings.OutputMode was set to IndividualFiles for the processing output. |