GPUdb C++ API  Version 7.2.2.4
gpudb::ClearTableMonitorResponse Struct Reference

A set of results returned by GPUdb::clearTableMonitor. More...

#include <gpudb/protocol/clear_table_monitor.h>

Public Member Functions

 ClearTableMonitorResponse ()
 Constructs a ClearTableMonitorResponse object with default parameters. More...
 

Public Attributes

std::string topicId
 Value of topicId. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::clearTableMonitor.

Definition at line 190 of file clear_table_monitor.h.

Constructor & Destructor Documentation

◆ ClearTableMonitorResponse()

gpudb::ClearTableMonitorResponse::ClearTableMonitorResponse ( )
inline

Constructs a ClearTableMonitorResponse object with default parameters.

Definition at line 196 of file clear_table_monitor.h.

Member Data Documentation

◆ info

std::map<std::string, std::string> gpudb::ClearTableMonitorResponse::info

Additional information.

Definition at line 210 of file clear_table_monitor.h.

◆ topicId

std::string gpudb::ClearTableMonitorResponse::topicId

Value of topicId.

Definition at line 205 of file clear_table_monitor.h.


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