Namespace Sensus.DataStores
Classes
Compressor
Compressor.CompressionMethod
DataStore
DataStores coordinate the compression, encryption, and transmission of data produced by Probes, both on the user's device as well as remotely.
Interfaces
IClearableDataStore
Implemented by DataStores that are able to clear their content. For example, the FileLocalDataStore accumulates data within files on the device's local storage. Periodically, these files are transferred to a RemoteDataStore and the files are deleted. If the user wishes to free up space prior to such deletions, he or she may do so via user interface elements provided by classes that implement this interface.