GPUdb C++ API
Version 7.2.3.0
|
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 379 of file create_table_monitor.h.
|
inline |
Constructs a CreateTableMonitorResponse object with default parameters.
Definition at line 385 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 440 of file create_table_monitor.h.
std::string gpudb::CreateTableMonitorResponse::tableName |
Value of tableName.
Definition at line 402 of file create_table_monitor.h.
std::string gpudb::CreateTableMonitorResponse::topicId |
The ZMQ topic ID to subscribe to for table events.
Definition at line 396 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 408 of file create_table_monitor.h.