GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AlterDatasinkRequest Struct Reference

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
 

Detailed Description

A set of input parameters for const.

Alters the properties of an existing data sink

Definition at line 19 of file alter_datasink.h.

Constructor & Destructor Documentation

gpudb::AlterDatasinkRequest::AlterDatasinkRequest ( )
inline

Constructs an AlterDatasinkRequest object with default parameter values.

Definition at line 26 of file alter_datasink.h.

gpudb::AlterDatasinkRequest::AlterDatasinkRequest ( const std::string &  name_,
const std::map< std::string, std::string > &  datasinkUpdatesMap_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AlterDatasinkRequest object with the specified parameters.

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.

Member Data Documentation

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.


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