GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/create_datasink.h>
Public Member Functions | |
CreateDatasinkRequest () | |
Constructs a CreateDatasinkRequest object with default parameter values. More... | |
CreateDatasinkRequest (const std::string &name_, const std::string &destination_, const std::map< std::string, std::string > &options_) | |
Constructs a CreateDatasinkRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::string | destination |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Creates a data sink, which contains the destination information for a data sink that is external to the database.
Definition at line 21 of file create_datasink.h.
|
inline |
Constructs a CreateDatasinkRequest object with default parameter values.
Definition at line 28 of file create_datasink.h.
|
inline |
Constructs a CreateDatasinkRequest object with the specified parameters.
[in] | name_ | Name of the data sink to be created. |
[in] | destination_ | Destination for the output data in format 'storage_provider_type://path[:port]'. Supported storage provider types are 'azure', 'gcs', 'hdfs', 'http', 'https', 'jdbc', 'kafka' and 's3'. |
[in] | options_ | Optional parameters.
|
Definition at line 218 of file create_datasink.h.
std::string gpudb::CreateDatasinkRequest::destination |
Definition at line 226 of file create_datasink.h.
std::string gpudb::CreateDatasinkRequest::name |
Definition at line 225 of file create_datasink.h.
std::map<std::string, std::string> gpudb::CreateDatasinkRequest::options |
Definition at line 227 of file create_datasink.h.