Table of Contents
AssetServiceConnector
Configuration
[AssetService] Config Item Name | Default | Example | Description |
---|---|---|---|
LocalServiceModule | <Empty String> | ||
AllowRemoteDelete | false | ||
AllowRemoteDeleteAllTypes | false | Delete all asset types or MapTiles only? |
Console Commands
Command Category: Assets
- show asset <ID> - Show asset information: Name, Description, Type and #, Content-type, Size, Temporary, and Flags
- delete asset <ID> - Delete asset from database ( NOT IMPLEMENTED YET?)
- dump asset <ID> - Dump asset to a filename, which is same as the ID given
Functions
- HandleDeleteAsset ( string module, string[] args ) ( NOT IMPLEMENTED YET)
- HandleDumpAsset ( string module, string[] args )
- HandleShowAsset ( string modile, string[] args )
Related Classes
- AssetServerGetHandler - handles asset server GET /asset/UUID calls
- AssetServerPostHandler - handles asset server POST /asset/UUID calls
- AssetServerDeleteHandler - handlers asset server DELETE /asset/UUID calls