upld_chunks Table (Commerce Server)
The upld_chunks table in the marketing database contains information about the portions of a large file that have been uploaded in the Marketing System.
The following table describes the columns in the upld_chunks table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
guid_chunk_token |
uniqueidentifier |
no |
A GUID that uniquely identifies this chunk. This is a foreign key into the upld_imports table. |
img_chunk_data |
image |
no |
The chunk itself. |
i_chunk_size |
int |
no |
The size of the chunk. |
i_chunk_ordinal |
int |
no |
The relative position of the chunk. |