StatisticBatchDayActivity
Purpose
Contains hourly statistics for batch processing during specific stages.
Diagram of relationships between statistics tables
List of columns
Key | Name | Type | Required | Description |
PK | Id | int | yes | Entry identifier. |
BatchId | int | no | Batch identifier. Corresponds to the entry identifier in the StatisticBatchArchive table. | |
DocumentsIn | int | no | Amount of documents that were routed to the processing stage. | |
DocumentsOut | int | no | Amount of documents that were routed from the processing stage. | |
Hour | int | no | A number between 0 and 23 that indicates the hour for which statistics were collected. | |
PagesIn | int | no | Amount of pages that were routed to the processing stage. | |
PagesOut | int | no | Amount of pages that were routed from the processing stage. | |
ProcessingStageType | int | yes | The type of processing stage for which statistics were collected. Values for standard processing stages are listed in the Processing Stage Types table. |
4/12/2024 6:16:02 PM