Id | int | The ID of the batch. |
Name | string | The name of the batch. |
BatchTypeId | int | The ID of the batch type. 0 corresponds to the Default batch type. |
Priority | int | Batch priority. For possible values, see Priority. |
Description | string | A description of the batch. |
ElapsedProcessingSeconds | int | The time remaining until the deadline for processing the batch, in seconds. |
HasAttachments | bool | A flag that shows whether the batch has attachments. |
Properties | RegistrationProperty[] | The set of registration parameters for the batch. |
StageExternalId | int | The ID of the processing stage in which the task is created. |
CreationDate | long | The date and time when the batch was created, as a FILETIME value. Completed when the batch is created and cannot be modified later. To convert the value, use the conversion example after this table. |
SLAExpirationDate | datetime | Processing deadline of the batch. |
SLAStartDate | long | The batch processing start date and time, as a FILETIME value. Completed when the batch is created and cannot be modified later. To convert the value, use the conversion example after this table. |
DocumentsCount | int | The number of documents in the batch. |
RecognizedDocumentsCount | int | The number of recognized documents. |
AssembledDocumentsCount | int | The number of assembled documents. |
VerifiedDocumentsCount | int | The number of verified documents. |
ExportedDocumentsCount | int | The number of exported documents. |
PagesCount | int | The number of pages in the batch. |
ProjectId | int | The ID of the project the batch belongs to. Corresponds to the entry identifier in the Project table. |
RecognizedSymbolsCount | int | The number of recognized characters. |
UncertainSymbolsCount | int | The number of uncertain characters. |
VerificationSymbolsCount | int | The number of verified characters. |
ErrorText | string | A description of the batch processing errors. Completed automatically by the Application Server. |
OwnerId | int | The ID of the user or group who owns the project. |
CreatorId | int | The ID of the user who created the batch. Completed when the batch is created and cannot be modified later. |