Declared in ReceiverMessageWriterModel
Declaration
void Export(
string directory,
bool formatTime,
bool delete
);
Description
Exports all the data that has been saved to the data storage system. This will save the data to a CSV file in the directory that is passed in. The data can also be formatted to a DateTime format and the data can be deleted after it has been exported.
Parameters
Name | Description |
---|---|
directory | The directory to save the data to |
formatTime | A flag whether to use a datetime format |
delete | A flag whether to delete the data after being written |