GPUdb C++ API
Version 7.1.10.0
|
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 |
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.
|
inline |
Constructs a ShowTableMonitorsRequest object with default parameter values.
Definition at line 28 of file show_table_monitors.h.
|
inline |
Constructs a ShowTableMonitorsRequest object with the specified 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.
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.