TaskRunMetrics Class

Task execution (run) metrics and counters.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataContractAttribute]
public class TaskRunMetrics
Inheritance
Object    TaskRunMetrics

Constructors

TaskRunMetricsInitializes a new instance of the TaskRunMetrics class

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

ElapsedExtractionTimeSecs Elapsed task processing time in seconds.
NumInputDocuments Total number of task input documents.
TotalArchivesProcessed Total archives processed in task run.
TotalBytesProcessed Total bytes processed by content extractors. Includes bytes sizes of all extracted attachment/container child items.
TotalBytesRead Total input document bytes read.
TotalDatabasesProcessed Total databases processed in task run.
TotalDocumentsExcluded Total number of documents excluded by content extractors. See ExcludedDocumentTypes for more information on 'excluded' types.
TotalDocumentsProcessed Total number of documents processed.
TotalDocumentsRequeued Total number of documents in current task batch that need to be requeued as separate tasks.
TotalDocumentStoresProcessed Total document stores processed.
TotalInputDocumentsProcessed 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.
TotalMailStoresProcessed Total mail stores processed in task run.
TotalMessagingStoresProcessed Total messaging stores processed in task run.
TotalNistDocumentsFound Total documents with NIST RDS SHA1 Hash matches. See PerformNistCheck for more information on this metric.
TotalTextCharactersExtracted Total text (in Unicode characters) extracted by content extractors.

See Also