Click or drag to resize

ISourceStatistics Interface

Provides processing statistics about the source.

Namespace:  EdaIntegrationContract.Statistics
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface ISourceStatistics : IStatisticsCommon

The ISourceStatistics type exposes the following members.

Properties
  NameDescription
Public propertyAnalysisYield
Total number of items processed.
(Inherited from IStatisticsCommon.)
Public propertyAnalysisYieldSize
Total size of items processed.
(Inherited from IStatisticsCommon.)
Public propertyDuplicates
The number of documents that have been excluded due to the Duplicate filter
Public propertyDuplicatesSize
The size of documents that have been excluded due to the Duplicate filter
Public propertyErrors
Total count of errors in processing and export.
(Inherited from IStatisticsCommon.)
Public propertyExported
Total number of items exported.
(Inherited from IStatisticsCommon.)
Public propertyExportedSize
The cumulative size of the documents that have been exported
Public propertyExportErrors
The number of errors encountered while exporting
Public propertyFailures
Total number of failures in processing.
(Inherited from IStatisticsCommon.)
Public propertyFileTypeExclusions
The number of documents that have been excluded due to the File Type filter
Public propertyFileTypeExclusionsSize
The size of documents that have been excluded due to the File Type filter
Public propertyFilterExclusions
The number of documents that have been excluded due to one or more filters
Public propertyFilterExclusionsSize
The size of documents that have been excluded due to one or more filters
Public propertyImportSetId
The identifier of the import set in which this source was imported.
Public propertyInventoried
Total number of items inventoried.
(Inherited from IStatisticsCommon.)
Public propertyInventoriedSize
Total size of items inventoried.
(Inherited from IStatisticsCommon.)
Public propertyNisted
The number of documents that have been excluded due to the NIST filter
Public propertyNistedSize
The size of documents that have been excluded due to the NIST filter
Public propertyPreFilterCount
The total number of top-level documents in the source before filtering is applied
Public propertyPreFilterFamilyCount
The total number of documents and attachments, not including any containers, before filtering is applied
Public propertyPreFilterFamilySize
The cumulative size of the documents and attachments, not including containers, before filtering is applied
Public propertyPreFilterSize
The cumulative size of all the top-level documents in the source before filtering is applied
Public propertySourceId
The unique identifier for the source
Public propertyWarnings
Total count of warnings in processing.
(Inherited from IStatisticsCommon.)
Top
See Also