StatisticBatchArchive
Purpose
Contains information about packets for which statistic data was gathered.
Diagram of relationships between statistics tables
List of columns
| Key | Name | Type | Required | Description |
| PK | Id | int | yes | Batch identifier. |
| BatchTypeId | int | no | Identifier of the batch's type. | |
| BatchTypeName | nvarchar | no | Name of the batch's type. | |
| Date | datetime | yes | Date and time when the processing of the batch was completed. | |
| Name | nvarchar | yes | Batch name. | |
| SLAViolationSec | int | no | The time elapsed since the time limit for processing the batch was reached, in seconds. | |
| ProjectId | int | yes | Project identifier. |
4/12/2024 6:16:01 PM