CaseStatistics Class |
Namespace: Law.EdaIntegration.Case
public class CaseStatistics
The CaseStatistics type exposes the following members.
Name | Description | |
---|---|---|
AnalysisYield |
Total number of items processed.
| |
AnalysisYieldSize |
Total size of items processed.
| |
Errors |
Total count of errors in processing and export.
| |
ExcludedDupe |
Total count of items that were excluded because they were duplicates.
| |
ExcludedDupeSize |
Total size of items that were excluded because they were duplicates.
| |
ExcludedFtm |
Total count of items that were excluded due to File Type database filter definitions.
| |
ExcludedFtmSize |
Total size of items that were excluded due to File Type database filter definitions.
| |
ExcludedNist |
Total count of items that were excluded due to Nist definitions.
| |
ExcludedNistSize |
Total size of items that were excluded due to Nist definitions.
| |
Exported |
Total number of items exported.
| |
ExportedToLaw |
Total number of items exported to LAW.
| |
Failures |
Total number of failures in processing.
| |
Inventoried |
Total number of items inventoried.
| |
InventoriedSize |
Total size of items inventoried.
| |
Warnings |
Total count of warnings in processing.
|
Name | Description | |
---|---|---|
RefreshStatistics |
Updates all statistics. Must be called at least once after object creation to initialize statistics.
|