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

A set of input parameters for 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 const.

Deactivates a table monitor previously created with const.

Definition at line 19 of file clear_table_monitor.h.

Constructor & Destructor Documentation

gpudb::ClearTableMonitorRequest::ClearTableMonitorRequest ( )
inline

Constructs a ClearTableMonitorRequest object with default parameter values.

Definition at line 26 of file clear_table_monitor.h.

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

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

Definition at line 47 of file clear_table_monitor.h.

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: