Write Functions Overview

The write functions are designed for high-performance data write access to the archiver. Groups of data samples are built up in the application and then sent as a whole into the API for transmission to the server. Write errors can be returned to the application, which can then implement its own error handling. Or, the program can write without a wait if there is no error handling.

The application is responsible for all error handling, including retrying failed writes.

Write Functions