GPUdb C++ API  Version 7.2.2.4
gpudb::CreateTableMonitorResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::createTableMonitor.

Definition at line 322 of file create_table_monitor.h.

Constructor & Destructor Documentation

◆ CreateTableMonitorResponse()

gpudb::CreateTableMonitorResponse::CreateTableMonitorResponse ( )
inline

Constructs a CreateTableMonitorResponse object with default parameters.

Definition at line 328 of file create_table_monitor.h.

Member Data Documentation

◆ info

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.

◆ tableName

std::string gpudb::CreateTableMonitorResponse::tableName

Value of tableName.

Definition at line 345 of file create_table_monitor.h.

◆ topicId

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.

◆ typeSchema

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.


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