28 using System.Collections.Generic;
30 using OpenSim.Framework;
32 namespace OpenSim.Data
42 bool[] AssetsExist(UUID[] uuids);
43 List<AssetMetadata> FetchAssetMetadataSet(
int start,
int count);
44 void Initialise(
string connect);
This interface, describes a generic plugin
Asset class. All Assets are reference by this class or a class derived from this class ...
This interface exists to distinguish between the normal IAssetDataPlugin and the one used by XAssetSe...