GPUdb C++ API  Version 6.2.0.3
gpudb::ClearTableMonitorRequest Struct Reference

A set of input parameters for clearTableMonitor(const ClearTableMonitorRequest&) const. More...

#include <gpudb/protocol/clear_table_monitor.h>

Public Member Functions

 ClearTableMonitorRequest ()
 Constructs a ClearTableMonitorRequest object with default parameter values. More...
 
 ClearTableMonitorRequest (const std::string &topicId_, const std::map< std::string, std::string > &options_)
 Constructs a ClearTableMonitorRequest object with the specified parameters. More...
 

Public Attributes

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

Detailed Description

A set of input parameters for clearTableMonitor(const ClearTableMonitorRequest&) const.

Deactivates a table monitor previously created with createTableMonitor(const CreateTableMonitorRequest&) const.

Definition at line 19 of file clear_table_monitor.h.

Constructor & Destructor Documentation

◆ ClearTableMonitorRequest() [1/2]

gpudb::ClearTableMonitorRequest::ClearTableMonitorRequest ( )
inline

Constructs a ClearTableMonitorRequest object with default parameter values.

Definition at line 26 of file clear_table_monitor.h.

◆ ClearTableMonitorRequest() [2/2]

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

Constructs a ClearTableMonitorRequest object with the specified parameters.

Parameters
[in]topicId_The topic ID returned by /create/tablemonitor.
[in]options_Optional parameters.

Definition at line 40 of file clear_table_monitor.h.

Member Data Documentation

◆ options

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

Definition at line 47 of file clear_table_monitor.h.

◆ topicId

std::string gpudb::ClearTableMonitorRequest::topicId

Definition at line 46 of file clear_table_monitor.h.


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