# Functions
AppendData appends a chunk of data to the file stored at the given URI.
DeleteStoredData deletes the data file stored at the given URI.
GetData retrieves the data stored at the given URI.
GetDataChunk retrieves the data stored at the given URI.
StoreData writes the data to the file stored at the given URI.
StoreDataFromTempData rename {dataURI.Path}.tmp to {dataURI.Path}.
StoreTempData writes the data to the tmp file stored at the given URI.