Builds a new File based KV
Optional
fileName: stringthe path + file name without the extension
Optional
options: MMapOptionsthe options of how the store should be created and ued
Closes the store
set to true if you want to remove the .keys and .values files upon closing
Gets the value associated with a key
the key
Optional
max: numberthe max number of values to return
set to true if the key is a bigint
the value if the map contains values for the key
Checks if the store contains a key
the key
true if the store contains the key
Adds a value to be associated with a key
the uint64 id
the value to store
Sort the data if not sorted
NOTE: The File KVStore is designed to be used in states: