# DocumentAttachmentsIncremental: Exact Online Document Attachments (Incremental) - Catalog: `ExactOnlineREST` - Schema: `Incremental` - Primary Keys: `ID` - Label: Document Attachments (Incremental) The data in this table is partitioned per value of the `Division` column. This is a read-only view. The Exact Online API may not support changing the data or the Invantive UniversalSQL driver for Exact Online does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Exact Online API. ## View Columns The columns of the view `DocumentAttachmentsIncremental` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `Attachment` | `blob` | Attachment | ☐ | | | `Division` | `int32` | Division | ☑ | | | `Document` | `guid` | Document | ☐ | | | `FileExtension` | `varchar2` | Extension | ☐ | Extension of the file name. | | `FileName` | `varchar2` | File Name | ☐ | | | `FileSize` | `double` | File Size | ☐ | | | `ID` | `guid` | ID | ☑ | | | `Timestamp` | `int64` | Timestamp | ☑ | | | `Url` | `varchar2` | URL | ☐ | |