GPUdb C++ API  Version 7.2.2.4
gpudb::DeleteGraphRequest Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DeleteGraphRequest() [1/2]

gpudb::DeleteGraphRequest::DeleteGraphRequest ( )
inline

Constructs a DeleteGraphRequest object with default parameters.

Definition at line 23 of file delete_graph.h.

◆ DeleteGraphRequest() [2/2]

gpudb::DeleteGraphRequest::DeleteGraphRequest ( const std::string &  graphName_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs a DeleteGraphRequest object with the specified parameters.

Parameters
[in]graphName_Name of the graph to be deleted.
[in]options_Optional parameters. The default value is an empty map.

Definition at line 64 of file delete_graph.h.

Member Data Documentation

◆ graphName

std::string gpudb::DeleteGraphRequest::graphName

Name of the graph to be deleted.

Definition at line 73 of file delete_graph.h.

◆ options

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.


The documentation for this struct was generated from the following file: