Declared in DataStorageMessageWriter

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

NameDescription
directoryThe directory to save the data to
formatTimeA flag whether to use a datetime format
deleteA flag whether to delete the data after being written