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. | |
| ShowDatasinkRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowDatasinkRequest object with the specified parameters. | |
Public Attributes | |
| std::string | name |
| Name of the data sink for which to retrieve information. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ ShowDatasinkRequest() [1/2]
| inline |
Constructs a ShowDatasinkRequest object with default parameters.
Definition at line 25 of file show_datasink.h.
◆ ShowDatasinkRequest() [2/2]
| 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.
Member Data Documentation
◆ name
| 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.
◆ options
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_datasink.h