Description
Typed properties specified in the configuration file are not handled because Dictionary returned from ConfigurationHandler is converted using Maps.fromProperties which converts any non-string values to null.
Though these properties are not relevant as the DataStore does not read/write binaries into the data store here but the code here should be compatible with configurations already being used in applications.