|
Lens AI Profiler Cpp
|
Struct to hold HTTP uploader configuration data. More...
#include <http_uploader.h>
Public Attributes | |
| std::string | endpointUrl |
| URL of the HTTP endpoint. | |
| std::string | token |
| Authorization token. | |
| std::vector< std::string > | folderPath |
| Paths of the folders to upload. | |
| std::string | sensorId |
| Sensor ID to be used in the upload. | |
| std::vector< std::string > | fileType |
| File types to upload. | |
| std::vector< bool > | deletedata |
| Flags to indicate whether to delete data after upload. | |
| int | interval |
| Interval in seconds between uploads. | |
Struct to hold HTTP uploader configuration data.