GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterTableMonitorResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/alter_table_monitor.h>

Public Member Functions

 AlterTableMonitorResponse ()
 Constructs an AlterTableMonitorResponse object with default parameter values. More...
 

Public Attributes

std::string topicId
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Alters a table monitor previously created with const.

Definition at line 125 of file alter_table_monitor.h.

Constructor & Destructor Documentation

gpudb::AlterTableMonitorResponse::AlterTableMonitorResponse ( )
inline

Constructs an AlterTableMonitorResponse object with default parameter values.

Definition at line 132 of file alter_table_monitor.h.

Member Data Documentation

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

Definition at line 139 of file alter_table_monitor.h.

std::string gpudb::AlterTableMonitorResponse::topicId

Definition at line 138 of file alter_table_monitor.h.


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