Click or drag to resize

TaskRunMetrics Class

Task execution (run) metrics and counters.
Inheritance Hierarchy
SystemObject
  OpenDiscoverSDK.Interfaces.PlatformTaskRunMetrics

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataContractAttribute]
public class TaskRunMetrics

The TaskRunMetrics type exposes the following members.

Constructors
 NameDescription
Public methodTaskRunMetricsInitializes a new instance of the TaskRunMetrics class
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
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