Lens AI Profiler Cpp
Public Attributes | List of all members
http_uploader_data_t Struct Reference

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.
 

Detailed Description

Struct to hold HTTP uploader configuration data.


The documentation for this struct was generated from the following file: