UPLOADFILE

Stores all the information related to an uploaded file.

Column Descriptions:

NameTypeDescription
UPLOADFILE_IDBIGINT NOT NULLGenerated primary key.
MEMBER_IDBIGINTThe identifier of the user that uploaded the file.
STORE_IDINTEGERThe store to which the uploaded file belongs.
OBJECTIDVARCHAR (64)The identifier of the object associated with the uploaded file.
UPLOADTYPEVARCHAR (32)The type of upload such as CatalogImport.
PROPERTIESVARCHAR (1000)Some extra name value pairs such as catalogId and workspace related context data.
UPLOADTIMETIMESTAMPThe time the file is uploaded to the server.
FILEPATHVARCHAR (254)The full path of the uploaded file on the server.
FILENAMEVARCHAR (254)The name of the file uploaded.
FILESIZEBIGINTThe size of the uploaded file in bytes.
FILEENCODINGVARCHAR (128)The file encoding such as UTF8 and ISO8859-1.
FILECONTENTBLOB (300000000)The content of the file.
OPTCOUNTERSMALLINT NOT NULL DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>UPLOADFILE_IDPrimary Key
I0001308UPLOADTYPE+STORE_ID+OBJECTIDNon-Unique Index
I0001309MEMBER_IDNon-Unique Index
I0001310STORE_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_3599MEMBER_IDMEMBERMEMBER_IDCascade
F_3600STORE_IDSTORESTORE_IDCascade

Referenced By Child Tables:

ConstraintColumnsChild TableChild ColumnsType
F_3602UPLOADFILE_IDFILEPROCRELUPLOADFILE_IDCascade