Click or drag to resize

ICaseStatistics Interface

Provides case level aggregate statistics.

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

The ICaseStatistics 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 propertyErrors
Total count of errors in processing and export.
(Inherited from IStatisticsCommon.)
Public propertyExcludedDupe
Total count of items that were excluded because they were duplicates.
Public propertyExcludedDupeSize
Total size of items that were excluded because they were duplicates.
Public propertyExcludedFtm
Total count of items that were excluded due to File Type database filter definitions.
Public propertyExcludedFtmSize
Total size of items that were excluded due to File Type database filter definitions.
Public propertyExcludedNist
Total count of items that were excluded due to Nist definitions.
Public propertyExcludedNistSize
Total size of items that were excluded due to Nist definitions.
Public propertyExported
Total number of items exported.
(Inherited from IStatisticsCommon.)
Public propertyExportedToLaw
Total number of items exported to LAW.
Public propertyFailures
Total number of failures in processing.
(Inherited from IStatisticsCommon.)
Public propertyInventoried
Total number of items inventoried.
(Inherited from IStatisticsCommon.)
Public propertyInventoriedSize
Total size of items inventoried.
(Inherited from IStatisticsCommon.)
Public propertyNumImportSets
Number of Import Sets in the case
Public propertyNumSources
Number of sources in the case
Public propertyWarnings
Total count of warnings in processing.
(Inherited from IStatisticsCommon.)
Top
See Also