Solved

Where are the image library files stored?

  • 23 November 2022
  • 3 replies
  • 127 views

Userlevel 4
Badge +9
  • Sidekick (Partner)
  • 59 replies

Hi Experts,

Quite a trivial question. When we upload files to the image library where are these stored? In a cloud hosted system are these stored in the attachment blob container? Or is it some other database table? 

Cheers,
Miraj

icon

Best answer by roklde 29 November 2022, 14:27

View original

3 replies

Userlevel 6
Badge +22

Hi Miraj,

those are stored in metrix_image-table by default. See following example:
 


The Azure Storage container usually only holds the Attachments.

 

Best regards
Roman

Userlevel 4
Badge +9

Thanks @roklde 🙂

Userlevel 6
Badge +22

Hi @Miraj !

Small correction on the above: Images uploaded by Users are stored in the cust_image-table and not in metrix_image, which is only for baseline items.

Best regards
Roman

Reply