Click or drag to resize

TaskRunMetrics Fields

The TaskRunMetrics type exposes the following members.

Fields
 NameDescription
Public fieldElapsedExtractionTimeSecs Elapsed task processing time in seconds.
Public fieldNumInputDocuments Total number of task input documents.
Public fieldTotalArchivesProcessed Total archives processed in task run.
Public fieldTotalBytesProcessed Total bytes processed by content extractors. Includes bytes sizes of all extracted attachment/container child items.
Public fieldTotalBytesRead Total input document bytes read.
Public fieldTotalDatabasesProcessed Total databases processed in task run.
Public fieldTotalDocumentsExcluded Total number of documents excluded by content extractors. See ExcludedDocumentTypes for more information on 'excluded' types.
Public fieldTotalDocumentsProcessed Total number of documents processed.
Public fieldTotalDocumentsRequeued Total number of documents in current task batch that need to be requeued as separate tasks.
Public fieldTotalDocumentStoresProcessed Total document stores processed.
Public fieldTotalInputDocumentsProcessed Total number of task input documents that have currently been fully processed (does NOT include number of extracted attachment/container child items in count). At end of task run should equal NumInputDocuments field.
Public fieldTotalMailStoresProcessed Total mail stores processed in task run.
Public fieldTotalMessagingStoresProcessed Total messaging stores processed in task run.
Public fieldTotalNistDocumentsFound Total documents with NIST RDS SHA1 Hash matches. See PerformNistCheck for more information on this metric.
Public fieldTotalTextCharactersExtracted Total text (in Unicode characters) extracted by content extractors.
Top
See Also