A set of parameters for GPUdb::showSystemProperties. More…
#include <gpudb/protocol/show_system_properties.h>
Public Member Functions | |
| ShowSystemPropertiesRequest () | |
| Constructs a ShowSystemPropertiesRequest object with default parameters. | |
| ShowSystemPropertiesRequest (const std::map< std::string, std::string > &options_) | |
| Constructs a ShowSystemPropertiesRequest object with the specified parameters. | |
Public Attributes | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::showSystemProperties.
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]
| inline |
Constructs a ShowSystemPropertiesRequest object with default parameters.
Definition at line 26 of file show_system_properties.h.
◆ ShowSystemPropertiesRequest() [2/2]
| inline |
Constructs a ShowSystemPropertiesRequest object with the specified 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 |
Optional parameters.
- show_system_properties_properties: A list of comma separated names of properties requested. If not specified, all properties will be returned.
The default value is an empty map.
Definition at line 61 of file show_system_properties.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_system_properties.h