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

A set of results returned by GPUdb::alterTableMonitor. More...

#include <gpudb/protocol/alter_table_monitor.h>

Public Member Functions

 AlterTableMonitorResponse ()
 Constructs an AlterTableMonitorResponse object with default parameters. More...
 

Public Attributes

std::string topicId
 Value of topicId. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterTableMonitor.

Definition at line 150 of file alter_table_monitor.h.

Constructor & Destructor Documentation

◆ AlterTableMonitorResponse()

gpudb::AlterTableMonitorResponse::AlterTableMonitorResponse ( )
inline

Constructs an AlterTableMonitorResponse object with default parameters.

Definition at line 156 of file alter_table_monitor.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::AlterTableMonitorResponse::info

Additional information.

Definition at line 170 of file alter_table_monitor.h.

◆ topicId

std::string gpudb::AlterTableMonitorResponse::topicId

Value of topicId.

Definition at line 165 of file alter_table_monitor.h.


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