Click or drag to resize

LoadFileResult Properties

The LoadFileResult type exposes the following members.

Properties
 NameDescription
Public propertyDocumentDataArchiveParseTimeMs Total time to parse the document data archive (.dda) file, in [ms].
Public propertyTotalAttachmentAndTextFilesFlattened 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.
Public propertyTotalNumOfArchivesExcluded Total number of container document records excluded from the load file. See IncludeTopLevelInputContainers.
Public propertyTotalNumOfDocumentRecords Total number of document records read from the document data archive (.dda) file.
Public propertyTotalNumOfDocumentRecordsWritten Total number of document records written to the load file.
Public propertyTotalNumOfDocumentsNotInExportHashSet 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.
Public propertyTotalNumOfNistDocumentsExcluded Total number of NIST document records excluded from the load file. See IncludeNistFiles.
Public propertyTotalNumOfRequeueDocumentsExcluded Total number of "re-queue" document records excluded from the load file. See IncludeRequeueAsSeparateTaskFiles.
Public propertyTotalRecordCreationTimeMs Total time to create load file document records, in [ms].
Public propertyTotalTimeToFlattenAttachmentAndTextFilesMs 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.
Top
See Also