GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_table_monitor.h>
Public Member Functions | |
AlterTableMonitorRequest () | |
Constructs an AlterTableMonitorRequest object with default parameter values. More... | |
AlterTableMonitorRequest (const std::string &topicId_, const std::map< std::string, std::string > &monitorUpdatesMap_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterTableMonitorRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | topicId |
std::map< std::string, std::string > | monitorUpdatesMap |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Alters a table monitor previously created with const.
Definition at line 19 of file alter_table_monitor.h.
|
inline |
Constructs an AlterTableMonitorRequest object with default parameter values.
Definition at line 26 of file alter_table_monitor.h.
|
inline |
Constructs an AlterTableMonitorRequest object with the specified parameters.
[in] | topicId_ | The topic ID returned by /create/tablemonitor. |
[in] | monitorUpdatesMap_ | Map containing the properties of the table monitor to be updated. Error if empty.
|
[in] | options_ | Optional parameters. |
Definition at line 54 of file alter_table_monitor.h.
std::map<std::string, std::string> gpudb::AlterTableMonitorRequest::monitorUpdatesMap |
Definition at line 62 of file alter_table_monitor.h.
std::map<std::string, std::string> gpudb::AlterTableMonitorRequest::options |
Definition at line 63 of file alter_table_monitor.h.
std::string gpudb::AlterTableMonitorRequest::topicId |
Definition at line 61 of file alter_table_monitor.h.