GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showDatasink. More...
#include <gpudb/protocol/show_datasink.h>
Public Member Functions | |
ShowDatasinkRequest () | |
Constructs a ShowDatasinkRequest object with default parameters. More... | |
ShowDatasinkRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowDatasinkRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
Name of the data sink for which to retrieve information. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showDatasink.
Shows information about a specified data sink or all data sinks.
Definition at line 20 of file show_datasink.h.
|
inline |
Constructs a ShowDatasinkRequest object with default parameters.
Definition at line 25 of file show_datasink.h.
|
inline |
Constructs a ShowDatasinkRequest object with the specified parameters.
[in] | name_ | Name of the data sink for which to retrieve information. The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 42 of file show_datasink.h.
std::string gpudb::ShowDatasinkRequest::name |
Name of the data sink for which to retrieve information.
The name must refer to a currently existing data sink. If '*' is specified, information about all data sinks will be returned.
Definition at line 53 of file show_datasink.h.
std::map<std::string, std::string> gpudb::ShowDatasinkRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 58 of file show_datasink.h.