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

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::ShowTableMonitorsResponse::ShowTableMonitorsResponse ( )
inline

Constructs a ShowTableMonitorsResponse object with default parameter values.

Definition at line 116 of file show_table_monitors.h.

Member Data Documentation

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.


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