GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/drop_datasink.h>
Public Member Functions | |
DropDatasinkRequest () | |
Constructs a DropDatasinkRequest object with default parameter values. More... | |
DropDatasinkRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
Constructs a DropDatasinkRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | name |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Drops an existing data sink.
By default, if any table monitors use this sink as a destination, the request will be blocked unless option clear_table_monitors is true.
Definition at line 25 of file drop_datasink.h.
|
inline |
Constructs a DropDatasinkRequest object with default parameter values.
Definition at line 32 of file drop_datasink.h.
|
inline |
Constructs a DropDatasinkRequest object with the specified parameters.
[in] | name_ | Name of the data sink to be dropped. Must be an existing data sink. |
[in] | options_ | Optional parameters.
|
Definition at line 61 of file drop_datasink.h.
std::string gpudb::DropDatasinkRequest::name |
Definition at line 67 of file drop_datasink.h.
std::map<std::string, std::string> gpudb::DropDatasinkRequest::options |
Definition at line 68 of file drop_datasink.h.