5

Please create an enum::"Tenant Media Storage Type" with the default (0) value of Internal.

Add the enum as overload to the Media.ImportStream() call and store that enum in the tenant media table.


This should give us the option to add our own implementation to that storage type to keep the blob data in an external storage.


Today we are extending the current system in multiple places to move blob data out of the database. Having just one place for that would be so much easier.



Category: Development
STATUS DETAILS
New