GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_table_monitors.h>
Public Member Functions | |
ShowTableMonitorsResponse () | |
Constructs a ShowTableMonitorsResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | monitorIds |
std::vector< std::string > | tableNames |
std::vector< std::string > | events |
std::vector< std::string > | increasingColumns |
std::vector< std::string > | filterExpressions |
std::vector< std::string > | refreshMethod |
std::vector< std::string > | refreshPeriod |
std::vector< std::string > | refreshStartTime |
std::vector< std::string > | datasinkNames |
std::vector< std::map < std::string, std::string > > | additionalInfo |
std::map< std::string, std::string > | info |
A set of output 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 109 of file show_table_monitors.h.
|
inline |
Constructs a ShowTableMonitorsResponse object with default parameter values.
Definition at line 116 of file show_table_monitors.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowTableMonitorsResponse::additionalInfo |
Definition at line 140 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::datasinkNames |
Definition at line 139 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::events |
Definition at line 133 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::filterExpressions |
Definition at line 135 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::increasingColumns |
Definition at line 134 of file show_table_monitors.h.
std::map<std::string, std::string> gpudb::ShowTableMonitorsResponse::info |
Definition at line 141 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::monitorIds |
Definition at line 131 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::refreshMethod |
Definition at line 136 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::refreshPeriod |
Definition at line 137 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::refreshStartTime |
Definition at line 138 of file show_table_monitors.h.
std::vector<std::string> gpudb::ShowTableMonitorsResponse::tableNames |
Definition at line 132 of file show_table_monitors.h.