StatisticBatchDocumentTypeArchive
Purpose
Contains a list for every batch of document types for which statistics were gathered. A document type is all document to which the same Document Definition is applied and has the same name as the definition.
Diagram of relationships between statistics tables
List of columns
| Key | Name | Type | Required | Description |
| PK | Id | int | yes | Batch identifier. |
| BatchId | int | yes | Batch identifier. Corresponds to the entry identifier in the StatisticBatchArchive table. | |
| Documents | int | no | Amount of document of a given type. | |
| DocumentType | nvarchar | no | Document type (the name of the Document Definition). | |
| Pages | int | no | Amount of pages in documents of a given type. |
4/12/2024 6:16:03 PM