# DocumentAttachmentFilesIncremental: Exact Online Document Attachmen Files (Incremental) - Catalog: `ExactOnlineREST` - Schema: `Incremental` - Primary Keys: `ID` - Label: Document Attachmen Files (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 `DocumentAttachmentFilesIncremental` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `Attachment` | `blob` | Attachment | ☐ | | | `AttachmentFromUrl` | `blob` | Attachment from URL | ☐ | The binary attachment retrieved by downloading the URL. This is different from the Attachment, which is stored directly in the table. | | `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 | ☐ | |