GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/delete_graph.h>
Public Member Functions | |
DeleteGraphRequest () | |
Constructs a DeleteGraphRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
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 parameter values.
Definition at line 25 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 53 of file delete_graph.h.
std::string gpudb::DeleteGraphRequest::graphName |
Definition at line 59 of file delete_graph.h.
std::map<std::string, std::string> gpudb::DeleteGraphRequest::options |
Definition at line 60 of file delete_graph.h.