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

A set of parameters for GPUdb::alterTableMonitor. More...

#include <gpudb/protocol/alter_table_monitor.h>

Public Member Functions

 AlterTableMonitorRequest ()
 Constructs an AlterTableMonitorRequest object with default parameters. 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
 The topic ID returned by GPUdb::createTableMonitor. More...
 
std::map< std::string, std::string > monitorUpdatesMap
 Map containing the properties of the table monitor to be updated. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::alterTableMonitor.

Alters a table monitor previously created with GPUdb::createTableMonitor.

Definition at line 20 of file alter_table_monitor.h.

Constructor & Destructor Documentation

◆ AlterTableMonitorRequest() [1/2]

gpudb::AlterTableMonitorRequest::AlterTableMonitorRequest ( )
inline

Constructs an AlterTableMonitorRequest object with default parameters.

Definition at line 26 of file alter_table_monitor.h.

◆ AlterTableMonitorRequest() [2/2]

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 GPUdb::createTableMonitor.
[in]monitorUpdatesMap_Map containing the properties of the table monitor to be updated. Error if empty.
[in]options_Optional parameters.

Definition at line 60 of file alter_table_monitor.h.

Member Data Documentation

◆ monitorUpdatesMap

std::map<std::string, std::string> gpudb::AlterTableMonitorRequest::monitorUpdatesMap

Map containing the properties of the table monitor to be updated.

Error if empty.

Definition at line 86 of file alter_table_monitor.h.

◆ options

std::map<std::string, std::string> gpudb::AlterTableMonitorRequest::options

Optional parameters.

Definition at line 91 of file alter_table_monitor.h.

◆ topicId

std::string gpudb::AlterTableMonitorRequest::topicId

The topic ID returned by GPUdb::createTableMonitor.

Definition at line 72 of file alter_table_monitor.h.


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