Asset storage location

Overview

An asset storage location represents a location in which assets are stored. Configuration for the location is stored here so that the asset manager system can know how to interact with the given storage provider in order to store and retrieve files in the correct location

Object name asset_storage_location
Table name psys_asset_storage_location
Path /preside-objects/assetManager/asset_storage_location.cfc

Properties

property name="name"            type="string" dbtype="varchar"  maxlength=200 required=true uniqueindexes="name";
property name="storageProvider" type="string" dbtype="varchar"  maxlength=100 required=true renderer="assetStorageProvider";
property name="configuration"   type="string" dbtype="longtext";