A set of parameters for GPUdb::dropDatasink. More…
#include <gpudb/protocol/drop_datasink.h>
Public Member Functions | |
| DropDatasinkRequest () | |
| Constructs a DropDatasinkRequest object with default parameters. | |
| DropDatasinkRequest (const std::string &name_, const std::map< std::string, std::string > &options_) | |
| Constructs a DropDatasinkRequest object with the specified parameters. | |
Public Attributes | |
| std::string | name |
| Name of the data sink to be dropped. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::dropDatasink.
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.
Constructor & Destructor Documentation
◆ DropDatasinkRequest() [1/2]
| inline |
Constructs a DropDatasinkRequest object with default parameters.
Definition at line 30 of file drop_datasink.h.
◆ DropDatasinkRequest() [2/2]
| 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 65 of file drop_datasink.h.
Member Data Documentation
◆ name
| std::string gpudb::DropDatasinkRequest::name |
Name of the data sink to be dropped.
Must be an existing data sink.
Definition at line 74 of file drop_datasink.h.
◆ options
| std::map<std::string, std::string> gpudb::DropDatasinkRequest::options |
Optional parameters.
- drop_datasink_clear_table_monitors: If true, any table monitors that use this data sink will be cleared. Supported values:The default value is drop_datasink_false.
The default value is an empty map.
Definition at line 95 of file drop_datasink.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/drop_datasink.h