GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_show_alerts.h>
Public Member Functions | |
AdminShowAlertsRequest () | |
Constructs an AdminShowAlertsRequest object with default parameter values. More... | |
AdminShowAlertsRequest (const int32_t numAlerts_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminShowAlertsRequest object with the specified parameters. More... | |
Public Attributes | |
int32_t | numAlerts |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Requests a list of the most recent alerts. Returns lists of alert data, including timestamp and type.
Definition at line 19 of file admin_show_alerts.h.
|
inline |
Constructs an AdminShowAlertsRequest object with default parameter values.
Definition at line 26 of file admin_show_alerts.h.
|
inline |
Constructs an AdminShowAlertsRequest object with the specified parameters.
[in] | numAlerts_ | Number of most recent alerts to request. The response will include up to numAlerts depending on how many alerts there are in the system. A value of 0 returns all stored alerts. |
[in] | options_ | Optional parameters. |
Definition at line 44 of file admin_show_alerts.h.
int32_t gpudb::AdminShowAlertsRequest::numAlerts |
Definition at line 50 of file admin_show_alerts.h.
std::map<std::string, std::string> gpudb::AdminShowAlertsRequest::options |
Definition at line 51 of file admin_show_alerts.h.