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

A set of input parameters for const. More...

#include <gpudb/protocol/show_table_monitors.h>

Public Member Functions

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

Public Attributes

std::vector< std::string > monitorIds
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input parameters for const.

Show table monitors and their properties. Table monitors are created using const. Returns detailed information about existing table monitors.

Definition at line 21 of file show_table_monitors.h.

Constructor & Destructor Documentation

gpudb::ShowTableMonitorsRequest::ShowTableMonitorsRequest ( )
inline

Constructs a ShowTableMonitorsRequest object with default parameter values.

Definition at line 28 of file show_table_monitors.h.

gpudb::ShowTableMonitorsRequest::ShowTableMonitorsRequest ( const std::vector< std::string > &  monitorIds_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a ShowTableMonitorsRequest object with the specified parameters.

Parameters
[in]monitorIds_List of monitors to be shown. An empty list or a single entry with an empty string returns all table monitors.
[in]options_Optional parameters.

Definition at line 44 of file show_table_monitors.h.

Member Data Documentation

std::vector<std::string> gpudb::ShowTableMonitorsRequest::monitorIds

Definition at line 50 of file show_table_monitors.h.

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

Definition at line 51 of file show_table_monitors.h.


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