GPUdb C++ API  Version 5.2.0.0
gpudb::AlterSystemPropertiesResponse Struct Reference

A set of output parameters for alterSystemProperties(const AlterSystemPropertiesRequest&) 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
 

Detailed Description

A set of output parameters for alterSystemProperties(const AlterSystemPropertiesRequest&) const.

The alter_system_properties endpoint is primarily used to simplify the testing of GPUdb and is not expected to be used during normal execution. Commands are given through the properties_update_map whose keys are commands and values are strings representing integer values (for example '8000') or boolean values ('true' or 'false').

Definition at line 183 of file alter_system_properties.h.

Constructor & Destructor Documentation

gpudb::AlterSystemPropertiesResponse::AlterSystemPropertiesResponse ( )
inline

Constructs an AlterSystemPropertiesResponse object with default parameter values.

Definition at line 190 of file alter_system_properties.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AlterSystemPropertiesResponse::updatedPropertiesMap

Definition at line 195 of file alter_system_properties.h.


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