> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# *StatisticBatchDocumentTypeArchive

> Reference for the StatisticBatchDocumentTypeArchive table in the ABBYY FlexiCapture reports database: per-batch counts of documents and pages by document type.

## 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](/flexi-capture/reports/database/statistics)

## List of columns

<table width="100%"><tbody><tr><td><p><strong>Key</strong></p></td><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Required</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>PK</p></td><td><p>Id</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Batch identifier.</p></td></tr><tr><td rowspan="4"> </td><td><p>BatchId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Batch identifier. Corresponds to the entry identifier in the <a href="/flexi-capture/reports/database/statistic-batch-archive">StatisticBatchArchive</a> table.</p></td></tr><tr><td><p>Documents</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of document of a given type.</p></td></tr><tr><td><p>DocumentType</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Document type (the name of the Document Definition).</p></td></tr><tr><td><p>Pages</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Amount of pages in documents of a given type.</p></td></tr></tbody></table>
