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

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

#include <gpudb/protocol/alter_system_properties.h>

Public Member Functions

 AlterSystemPropertiesResponse ()
 Constructs an AlterSystemPropertiesResponse object with default parameters. More...
 

Public Attributes

std::map< std::string, std::string > updatedPropertiesMap
 Map of values updated; for speed tests, a map of values measured to the measurement. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::alterSystemProperties.

Definition at line 826 of file alter_system_properties.h.

Constructor & Destructor Documentation

◆ AlterSystemPropertiesResponse()

gpudb::AlterSystemPropertiesResponse::AlterSystemPropertiesResponse ( )
inline

Constructs an AlterSystemPropertiesResponse object with default parameters.

Definition at line 832 of file alter_system_properties.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 847 of file alter_system_properties.h.

◆ updatedPropertiesMap

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

Map of values updated; for speed tests, a map of values measured to the measurement.

Definition at line 842 of file alter_system_properties.h.


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