Aquarius.NET® - specifications

Data Storage



Serializer
Serializer class serializes and deserializes an object, or an entire graph of connected objects, in Binary, Xml or Soap format.

Store
Store class represents base class for Storage types.
  • FileStore represents data store over file system File.
  • Isolated Store represents data store over isolated storage.
  • Web Store represents data store over a resource identified by Uniform Resource Identifier (URI).
  • Class Store represents data store over class dictionary.
  • Remote Class Store represents remote data store over class dictionary.
Cache
Cache class represents cached projected spatial data.
  • AttributeData represents memory mapped attribute data file.
  • GeometryData represents memory mapped graphics data file.
  • GraphicsData represents memory mapped graphics data file.
  • ImageDataCache represents memory mapped image data file.
  • SequentialIndex represents memory mapped sequential index file
  • SpatialIndex represents memory mapped spatial index file.
  • TextDataTextData represents memory mapped text data file.
Data Integration
Data Adapters

Back