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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AlterTableMonitorRequest::AlterTableMonitorRequest ( )
inline

Constructs an AlterTableMonitorRequest object with default parameter values.

Definition at line 26 of file alter_table_monitor.h.

gpudb::AlterTableMonitorRequest::AlterTableMonitorRequest ( const std::string &  topicId_,
const std::map< std::string, std::string > &  monitorUpdatesMap_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterTableMonitorRequest object with the specified parameters.

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.
  • gpudb::alter_table_monitor_schema_name: Updates the schema name. If schema_name doesn't exist, an error will be thrown. If schema_name is empty, then the user's default schema will be used.
[in]options_Optional parameters.

Definition at line 54 of file alter_table_monitor.h.

Member Data Documentation

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.


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