upld_chunks Table
The upld_chunks table is a temporary table that contains an imported file. The file is stored in this table when the import operation is in process. When the import operation finishes, the information in the table is deleted.
The following table describes the columns in the upld_chunks table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
guid_chunk_token |
uniqueidentifier |
no |
The GUID of the item to upload. This is a foreign key. |
img_chunk_data |
image |
no |
The item to upload. |
i_chunk_size |
int |
no |
The size of the file. |
i_chunk_ordinal |
int |
no |
The ordinal that identifies this file. |