BlobStorage
(Adding message template to the top of the page)
(Updated Edited template to July 12, 2025.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{message|Write the content here to display this box}}
<message>Write the content here to display this box</message>
Large files can be kept out of the granular model database.
Large files can be kept out of the granular model database.


To do this, add a tagged value to the blob/text/image attribute: ''ExternalBlobStorage = true''
To do this, add a tagged value to the blob/text/image attribute: <code>'''<span class="col-black">ExternalBlobStorage = true</span>'''</code>


This is a Turnkey functionality only - and the files will be stored (with the simplest out-of-the-box solution) on disk App_Data/BlobStorage.
This is a Turnkey functionality only - and the files will be stored (with the simplest out-of-the-box solution) on disk App_Data/BlobStorage.


They will be named: ''Class.Attribute.Guid.blob''
They will be named: '''Class.Attribute.Guid.blob'''


Currently, they will not be automatically cleaned.
Currently, they will not be automatically cleaned.
[[Category:Blob]]
[[Category:Blob]]
[[Category:Data types]]
[[Category:Data types]]
{{Edited|July|12|2024}}
{{Edited|July|12|2025}}

Latest revision as of 05:46, 20 January 2025

This page was created by Hans.karlsen@mdriven.net on 2017-03-29. Last edited by Edgar on 2025-01-20.

Large files can be kept out of the granular model database.

To do this, add a tagged value to the blob/text/image attribute: ExternalBlobStorage = true

This is a Turnkey functionality only - and the files will be stored (with the simplest out-of-the-box solution) on disk App_Data/BlobStorage.

They will be named: Class.Attribute.Guid.blob

Currently, they will not be automatically cleaned.