Skip to main content

◆ alterDatasink() [1/4]

AlterDatasinkResponse gpudb::GPUdb::alterDatasink (const AlterDatasinkRequest &request_) const

Alters the properties of an existing data sink.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ alterDatasink() [2/4]

AlterDatasinkResponse & gpudb::GPUdb::alterDatasink (const AlterDatasinkRequest &request_,
AlterDatasinkResponse &response_ ) const

Alters the properties of an existing data sink.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ alterDatasink() [3/4]

AlterDatasinkResponse gpudb::GPUdb::alterDatasink (const std::string &name,
const std::map< std::string, std::string > &datasinkUpdatesMap,
const std::map< std::string, std::string > &options ) const

Alters the properties of an existing data sink.

Parameters
[in]nameName of the data sink to be altered. Must be an existing data sink.
[in]datasinkUpdatesMapMap containing the properties of the data sink to be updated. Error if empty.
[in]optionsOptional parameters.
Returns
Response object containing the result of the operation.

◆ alterDatasink() [4/4]

AlterDatasinkResponse & gpudb::GPUdb::alterDatasink (const std::string &name,
const std::map< std::string, std::string > &datasinkUpdatesMap,
const std::map< std::string, std::string > &options,
AlterDatasinkResponse &response_ ) const

Alters the properties of an existing data sink.

Parameters
[in]nameName of the data sink to be altered. Must be an existing data sink.
[in]datasinkUpdatesMapMap containing the properties of the data sink to be updated. Error if empty.
[in]optionsOptional parameters.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).