GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/alter_system_properties.h>
Public Member Functions | |
AlterSystemPropertiesResponse () | |
Constructs an AlterSystemPropertiesResponse object with default parameter values. More... | |
Public Attributes | |
std::map< std::string, std::string > | updatedPropertiesMap |
std::map< std::string, std::string > | info |
A set of output parameters for const.
The const endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution. Commands are given through the propertyUpdatesMap whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').
Definition at line 292 of file alter_system_properties.h.
|
inline |
Constructs an AlterSystemPropertiesResponse object with default parameter values.
Definition at line 299 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesResponse::info |
Definition at line 306 of file alter_system_properties.h.
std::map<std::string, std::string> gpudb::AlterSystemPropertiesResponse::updatedPropertiesMap |
Definition at line 305 of file alter_system_properties.h.