List of columns
| Key | Name | Type | Required | Description |
|---|---|---|---|---|
| PK | Id | bigint | Yes | Entry identifier. |
AssemblingErrorsIn | int | Yes | Amount of errors made during the assembly of a document by the time it enters a particular processing stage. | |
AssemblingErrorsOut | int | Yes | Amount of errors made during the assembly of a document by the time its processing during a particular stage has been completed. | |
CorrectedSymbols | int | Yes | Amount of corrected symbols. | |
DocErrorsIn | int | Yes | Amount of rule errors in a document when it enters a certain stage. | |
DocErrorsOut | int | Yes | Amount of rule errors in a document when it leaves a certain stage. | |
EventId | bigint | Yes | Event identifier. Corresponds to the entry identifier in the EventLog table. | |
FieldErrorsIn | int | Yes | Amount of formatting errors in a document when it enters a particular processing stage. | |
FieldErrorsOut | int | Yes | Amount of formatting errors in a document after processing of the document during a particular stage has been completed. | |
FieldsForVerificationIn | int | Yes | Amount of fields that have to be verified when the document enters a particular processing stage. | |
FieldsForVerificationOut | int | Yes | Amount of fields that still have to be verified after processing of the document during a particular stage has been completed. | |
ProcessingStageId | int | Yes | Identifier of the processing stage during which the document was edited. | |
SecondsCount | int | Yes | Amount of time in seconds spent on editing the document. | |
SymbolsForVerificationIn | int | Yes | Amount of symbols that have to be verified when the document enters a particular processing stage. | |
SymbolsForVerificationOut | int | Yes | Amount of symbols that still have to be verified after processing of the document during a particular stage has been completed. | |
VerifiedFieldsIn | int | Yes | Amount of fields that have been verified when the document enters a particular processing stage. | |
VerifiedFieldsOut | int | Yes | Amount of fields that have been verified in a document when its processing during a particular stage has been completed. |
