Plugins
Covers Engine Plugin SDK 2.0.0 · Interface Plugin SDK 0.2.0
ChannelBulkUpsert
Batch of timestamped samples for one channel.
API
Batch of timestamped samples for one channel. A command requires at least one sample.
Namespace: DARTWIC::Share.
#include <dartwic/share/DARTWICShareProtocol.h>Declaration
struct ChannelBulkUpsert {
std::string owner_node;
std::string channel;
std::vector<ChannelSample> samples;
std::string command_origin;
uint64_t revision = 0;
std::string source_session_id;
};