GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterSystemPropertiesRequest Struct Reference

A set of input parameters for const. More...

#include <gpudb/protocol/alter_system_properties.h>

Public Member Functions

 AlterSystemPropertiesRequest ()
 Constructs an AlterSystemPropertiesRequest object with default parameter values. More...
 
 AlterSystemPropertiesRequest (const std::map< std::string, std::string > &propertyUpdatesMap_, const std::map< std::string, std::string > &options_)
 Constructs an AlterSystemPropertiesRequest object with the specified parameters. More...
 

Public Attributes

std::map< std::string,
std::string > 
propertyUpdatesMap
 
std::map< std::string,
std::string > 
options
 

Detailed Description

A set of input 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 24 of file alter_system_properties.h.

Constructor & Destructor Documentation

gpudb::AlterSystemPropertiesRequest::AlterSystemPropertiesRequest ( )
inline

Constructs an AlterSystemPropertiesRequest object with default parameter values.

Definition at line 31 of file alter_system_properties.h.

gpudb::AlterSystemPropertiesRequest::AlterSystemPropertiesRequest ( const std::map< std::string, std::string > &  propertyUpdatesMap_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterSystemPropertiesRequest object with the specified parameters.

Parameters
[in]propertyUpdatesMap_Map containing the properties of the system to be updated. Error if empty.
[in]options_Optional parameters.

Definition at line 224 of file alter_system_properties.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AlterSystemPropertiesRequest::options

Definition at line 231 of file alter_system_properties.h.

std::map<std::string, std::string> gpudb::AlterSystemPropertiesRequest::propertyUpdatesMap

Definition at line 230 of file alter_system_properties.h.


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