GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::createTableMonitor. More...
#include <gpudb/protocol/create_table_monitor.h>
Public Member Functions | |
CreateTableMonitorResponse () | |
Constructs a CreateTableMonitorResponse object with default parameters. More... | |
Public Attributes | |
std::string | topicId |
The ZMQ topic ID to subscribe to for table events. More... | |
std::string | tableName |
Value of tableName. More... | |
std::string | typeSchema |
JSON Avro schema of the table, for use in decoding published records. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::createTableMonitor.
Definition at line 322 of file create_table_monitor.h.
|
inline |
Constructs a CreateTableMonitorResponse object with default parameters.
Definition at line 328 of file create_table_monitor.h.
std::map<std::string, std::string> gpudb::CreateTableMonitorResponse::info |
Additional information.
The default value is an empty map.
Definition at line 383 of file create_table_monitor.h.
std::string gpudb::CreateTableMonitorResponse::tableName |
Value of tableName.
Definition at line 345 of file create_table_monitor.h.
std::string gpudb::CreateTableMonitorResponse::topicId |
The ZMQ topic ID to subscribe to for table events.
Definition at line 339 of file create_table_monitor.h.
std::string gpudb::CreateTableMonitorResponse::typeSchema |
JSON Avro schema of the table, for use in decoding published records.
Definition at line 351 of file create_table_monitor.h.