GPUdb C++ API  Version 7.2.2.4
gpudb::AlterDatasinkRequest Struct Reference

A set of parameters for GPUdb::alterDatasink. More...

#include <gpudb/protocol/alter_datasink.h>

Public Member Functions

 AlterDatasinkRequest ()
 Constructs an AlterDatasinkRequest object with default parameters. 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
 Name of the data sink to be altered. More...
 
std::map< std::string, std::string > datasinkUpdatesMap
 Map containing the properties of the data sink to be updated. More...
 
std::map< std::string, std::string > options
 Optional parameters. More...
 

Detailed Description

A set of parameters for GPUdb::alterDatasink.

Alters the properties of an existing data sink

Definition at line 19 of file alter_datasink.h.

Constructor & Destructor Documentation

◆ AlterDatasinkRequest() [1/2]

gpudb::AlterDatasinkRequest::AlterDatasinkRequest ( )
inline

Constructs an AlterDatasinkRequest object with default parameters.

Definition at line 24 of file alter_datasink.h.

◆ AlterDatasinkRequest() [2/2]

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 391 of file alter_datasink.h.

Member Data Documentation

◆ datasinkUpdatesMap

std::map<std::string, std::string> gpudb::AlterDatasinkRequest::datasinkUpdatesMap

Map containing the properties of the data sink to be updated.

Error if empty.

Definition at line 609 of file alter_datasink.h.

◆ name

std::string gpudb::AlterDatasinkRequest::name

Name of the data sink to be altered.

Must be an existing data sink.

Definition at line 401 of file alter_datasink.h.

◆ options

std::map<std::string, std::string> gpudb::AlterDatasinkRequest::options

Optional parameters.

Definition at line 614 of file alter_datasink.h.


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