GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::deleteGraph. More...
#include <gpudb/protocol/delete_graph.h>
Public Member Functions | |
DeleteGraphRequest () | |
Constructs a DeleteGraphRequest object with default parameters. More... | |
DeleteGraphRequest (const std::string &graphName_, const std::map< std::string, std::string > &options_) | |
Constructs a DeleteGraphRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | graphName |
Name of the graph to be deleted. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::deleteGraph.
Deletes an existing graph from the graph server and/or persist.
Definition at line 18 of file delete_graph.h.
|
inline |
Constructs a DeleteGraphRequest object with default parameters.
Definition at line 23 of file delete_graph.h.
|
inline |
Constructs a DeleteGraphRequest object with the specified parameters.
[in] | graphName_ | Name of the graph to be deleted. |
[in] | options_ | Optional parameters.
|
Definition at line 64 of file delete_graph.h.
std::string gpudb::DeleteGraphRequest::graphName |
Name of the graph to be deleted.
Definition at line 73 of file delete_graph.h.
std::map<std::string, std::string> gpudb::DeleteGraphRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 98 of file delete_graph.h.