StatisticBatchParameterArchive
Purpose
Contains information about parameters of batches for which statistics were gathered.
Diagram of relationships between statistics tables
List of columns
Key | Name | Type | Required | Description |
PK | Id | bigint | yes | Entry identifier. |
BatchId | int | no | Batch identifier. Corresponds to the entry identifier of an entry in the StatisticBatchArchive table. | |
BatchParameterName | nvarchar | yes | Name of the parameter. | |
BatchParameterValue | nvarchar | yes | Value of the parameter. |
12.04.2024 18:16:02