DocumentPage
Purpose
Contains information about the state of the document’s pages.
Diagram of relationships between Document editing details
List of columns
Key | Name | Type | Required | Description |
DocumentProcessedDate | date | yes | The date when the document's status changed to "Processed." | |
DocumentProcessingID | bigint | yes | Document identifier. Corresponds to the entry identifier in the DocumentProcessing table. | |
ClassificationStatus | int | yes | The classification status of the page. Possible values are listed in the Page classification statuses table. | |
PageID | int | yes | Page identifier. | |
SectionName | nvarchar | yes | The name of the section that contains the page. | |
SourceType | int | yes | Source of the page image. Possible values are listed in the Types of image sources table. | |
SourceProfile | nvarchar | yes | The name of the import profile. |
12.04.2024 18:16:02