GPUdb C++ API  Version 6.2.0.3
gpudb::ShowSystemPropertiesRequest Struct Reference

A set of input parameters for showSystemProperties(const ShowSystemPropertiesRequest&) const. More...

#include <gpudb/protocol/show_system_properties.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

A set of input parameters for showSystemProperties(const ShowSystemPropertiesRequest&) const.

Returns server configuration and version related information to the caller. The admin tool uses it to present server related information to the user.

Definition at line 20 of file show_system_properties.h.

Constructor & Destructor Documentation

◆ ShowSystemPropertiesRequest() [1/2]

gpudb::ShowSystemPropertiesRequest::ShowSystemPropertiesRequest ( )
inline

Constructs a ShowSystemPropertiesRequest object with default parameter values.

Definition at line 27 of file show_system_properties.h.

◆ ShowSystemPropertiesRequest() [2/2]

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

Constructs a ShowSystemPropertiesRequest object with the specified parameters.

Parameters
[in]options_Optional parameters.

Definition at line 46 of file show_system_properties.h.

Member Data Documentation

◆ options

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

Definition at line 51 of file show_system_properties.h.


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