Namespace Sensus.DataStores.Local
Classes
FileLocalDataStore
Stores each Datum as plain-text JSON in a gzip-compressed file on the device's local storage media. Also supports encryption prior to transmission to a RemoteDataStore.
LocalDataStore
A LocalDataStore accumulates data on the device. Periodically, data are written from the LocalDataStore to a RemoteDataStore for permanent storage.