Skip to main content

Purpose

Contains a list of batches. Diagram of relationships between objects to be processed Diagram of relationships between routing tables

List of columns

Key

Name

Type

Required

Description

PK

Id

int

yes

Batch identifier.

 

AnalyzedDocumentsCount

int

yes

The number of documents that have been analyzed.

AssembledDocumentsCount

int

yes

The number of assembled documents.

BatchPurpose

int

no

The purpose of the batch. Possible values:

  • 0 - batch with data
  • 1 - batch for training Document Definition matching
  • 2 - batch for training classifiers

BatchTypeId

int

yes

Batch type identifier. Corresponds to the entry identifier in the BatchType table. Has the value “null” for “Default ” batches.

Comment

nvarchar

no

Batch comment.

CreationDate

datetime

yes

Date of batch creation.

CreatorId

int

no

The identifier of the user that created the batch.

DataVerificationSymbols

int

yes

The total number of characters to be submitted for group verification and the number of fields to be verified during field verification.

DocumentsCount

int

yes

The number of documents in the batch.

EditedSymbols

int

yes

The number of edited characters.

ElapsedProcessingSeconds

int

no

The time remaining or processing the batch, in seconds.

ErrorText

nvarchar

no

Description of batch processing errors.

ExportedDocumentsCount

int

yes

The number of exported documents.

ExternalId

nvarchar

no

External batch identifier.

FixedElapsedTimeValue

tinyint

no

Indicates whether ElapsedProcessingSeconds needs to be re-calculated when the batch is moved to a different processing stage. Possible values:

  • 0 - re-calculate
  • 1 (default) - do not re-calculate

ForcedVerifcationSymbols

int

yes

The number of characters requiring forced verification.

IdCounter

int

no

The counter of batch object identifiers.

IsDeleted

bit

yes

Deleted batch indicator.

LastRoutingDate

datetime

no

The last date when the batch was transferred to a different processing stage.

MaxDocumentPriority

int

yes

The maximum priority a document can have in the batch. For possible values, see Priority.

Modification

int

yes

The counter of modifications made to the batch for purposes of synchronization during parallel processing.

Modified

timestamp

yes

Indicates modified entries.

Name

nvarchar

no

The name of the batch.

OwnerId

int

no

The identifier of the project owner (for FrontOffice projects). Corresponds to the entry identifier in the Principal table.

PagesCount

int

yes

The number of pages in the batch.

Priority

int

yes

Batch priority. For possible values, see Priority.

ProcessingStageId

int

no

The identifier of the current processing stage of the batch. Corresponds to the entry identifier in the ProcessingStage table.

ProjectId

int

yes

The identifier of the project to which the batch belongs. Corresponds to the entry identifier in the Project table.

RecognizedDocumentsCount

int

yes

The number of recognized documents.

RecognizedSymbols

int

yes

The number of recognized characters.

SLABeginOfProcessing

datetime

no

The time when the processing of the batch was started for SLA purposes. By default, this time is the time when the batch was created.

SLAEndOfProcessing

datetime

no

The time when the processing of the batch was completed for SLA purposes.

SLAExpirationDate

datetime

no

Processing deadline for the batch.

Status

int

yes

The status of batch processing. A set of status flags.

TotalSymbols

int

yes

The total number of characters in the batch.

UncertainSymbols

int

yes

The number of recognized characters that may have been recognized incorrectly.

VerificationSymbols

int

yes

The number of recognized characters that require verification.

VerifiedDocumentsCount

int

yes

The number of verified documents.

WarningText

nvarchar

no

Description of batch processing warnings.

Back to top