> ## 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.

# BatchParameter

> Column reference for the BatchParameter table in the ABBYY FlexiCapture database, which holds the registration parameters of batches and documents.

## Purpose

Contains registration parameters of batches and documents.

[Diagram of relationships between objects to be processed](/flexi-capture/reports/database/objects-reports-database)

## 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>bigint</p></td><td><p>yes</p></td><td><p>Identifier of the registration parameter.</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/batch">Batch</a> table.</p></td></tr><tr><td><p>Name</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Name of the registration parameter.</p></td></tr><tr><td><p>ParameterId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>External identifier of the parameter's type. Corresponds to the value of <a href="/flexi-capture/reports/database/batch-type-parameter#externalid">ExternalId</a> in the <a href="/flexi-capture/reports/database/batch-type-parameter">BatchTypeParameter</a> table.</p></td></tr><tr><td><p>Value</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Value of the registration parameter.</p></td></tr></tbody></table>
