GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_datasink.h>
Public Member Functions | |
AlterDatasinkRequest () | |
Constructs an AlterDatasinkRequest object with default parameter values. More... | |
AlterDatasinkRequest (const std::string &name_, const std::map< std::string, std::string > &datasinkUpdatesMap_, const std::map< std::string, std::string > &options_) | |
Constructs an AlterDatasinkRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | datasinkUpdatesMap |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Alters the properties of an existing data sink
Definition at line 19 of file alter_datasink.h.
|
inline |
Constructs an AlterDatasinkRequest object with default parameter values.
Definition at line 26 of file alter_datasink.h.
|
inline |
Constructs an AlterDatasinkRequest object with the specified parameters.
[in] | name_ | Name of the data sink to be altered. Must be an existing data sink. |
[in] | datasinkUpdatesMap_ | Map containing the properties of the data sink to be updated. Error if empty.
|
[in] | options_ | Optional parameters. |
Definition at line 233 of file alter_datasink.h.
std::map<std::string, std::string> gpudb::AlterDatasinkRequest::datasinkUpdatesMap |
Definition at line 241 of file alter_datasink.h.
std::string gpudb::AlterDatasinkRequest::name |
Definition at line 240 of file alter_datasink.h.
std::map<std::string, std::string> gpudb::AlterDatasinkRequest::options |
Definition at line 242 of file alter_datasink.h.