GPUdb C++ API  Version 6.1.0.0
gpudb::AdminShowConfigurationResponse Struct Reference

A set of output parameters for adminShowConfiguration(const AdminShowConfigurationRequest&) const. More...

#include <gpudb/protocol/admin_show_configuration.h>

Public Member Functions

 AdminShowConfigurationResponse ()
 Constructs an AdminShowConfigurationResponse object with default parameter values. More...
 

Public Attributes

std::string configString
 

Detailed Description

A set of output parameters for adminShowConfiguration(const AdminShowConfigurationRequest&) const.

Show the current system configuration file.

Definition at line 91 of file admin_show_configuration.h.

Constructor & Destructor Documentation

◆ AdminShowConfigurationResponse()

gpudb::AdminShowConfigurationResponse::AdminShowConfigurationResponse ( )
inline

Constructs an AdminShowConfigurationResponse object with default parameter values.

Definition at line 98 of file admin_show_configuration.h.

Member Data Documentation

◆ configString

std::string gpudb::AdminShowConfigurationResponse::configString

Definition at line 103 of file admin_show_configuration.h.


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