Task |
[DataContractAttribute] public class TaskRunMetrics
The TaskRunMetrics type exposes the following members.
| Name | Description | |
|---|---|---|
| TaskRunMetrics | Initializes a new instance of the TaskRunMetrics class |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| 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. |