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

> Referenz zur Tabelle StatisticBatchDocumentTypeArchive in der ABBYY FlexiCapture-Berichtsdatenbank: Anzahl der Dokumente und Seiten pro Batch und Dokumenttyp.

<div id="purpose">
  ## Zweck
</div>

Enthält für jeden Batch von Dokumenttypen, für den Statistiken erfasst wurden, einen Eintrag. Ein Dokumenttyp umfasst alle Dokumente, auf die dieselbe Document Definition angewendet wird, und trägt denselben Namen wie die Definition.

[Diagramm der Beziehungen zwischen Statistiktabellen](/de/flexi-capture/reports/database/statistics)

<div id="list-of-columns">
  ## Liste der Spalten
</div>

<table width="100%">
  <tbody>
    <tr>
      <td>
        <p>
          <strong>Schlüssel</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Name</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Typ</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Erforderlich</strong>
        </p>
      </td>

      <td>
        <p>
          <strong>Beschreibung</strong>
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>PK</p>
      </td>

      <td>
        <p>Id</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>Batch-ID.</p>
      </td>
    </tr>

    <tr>
      <td rowspan="4"> </td>

      <td>
        <p>BatchId</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>ja</p>
      </td>

      <td>
        <p>
          Batch-ID. Entspricht der Eintrags-ID in der Tabelle <a href="/de/flexi-capture/reports/database/statistic-batch-archive">StatisticBatchArchive</a>.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Documents</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>nein</p>
      </td>

      <td>
        <p>Anzahl der Dokumente eines bestimmten Typs.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>DocumentType</p>
      </td>

      <td>
        <p>nvarchar</p>
      </td>

      <td>
        <p>nein</p>
      </td>

      <td>
        <p>Dokumenttyp (der Name der Document Definition).</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Pages</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>nein</p>
      </td>

      <td>
        <p>Anzahl der Seiten in Dokumenten eines bestimmten Typs.</p>
      </td>
    </tr>
  </tbody>
</table>
