NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
NES::Runtime::JsonKVPair Struct Reference

In this test, the expected output is consists of JSON key value (KV) pairs. More...

Collaboration diagram for NES::Runtime::JsonKVPair:
[legend]

Public Attributes

std::string key
 
std::variant< uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, int32_t, int64_t, float, double, char, bool, std::string > value
 

Detailed Description

In this test, the expected output is consists of JSON key value (KV) pairs.

Member Data Documentation

◆ key

std::string NES::Runtime::JsonKVPair::key

◆ value

std::variant<uint8_t, uint16_t, uint32_t, uint64_t, int8_t, int16_t, int32_t, int64_t, float, double, char, bool, std::string> NES::Runtime::JsonKVPair::value

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