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

A set of results returned by GPUdb::deleteDirectory. More...

#include <gpudb/protocol/delete_directory.h>

Public Member Functions

 DeleteDirectoryResponse ()
 Constructs a DeleteDirectoryResponse object with default parameters. More...
 

Public Attributes

std::string directoryName
 Value of directoryName. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::deleteDirectory.

Definition at line 180 of file delete_directory.h.

Constructor & Destructor Documentation

◆ DeleteDirectoryResponse()

gpudb::DeleteDirectoryResponse::DeleteDirectoryResponse ( )
inline

Constructs a DeleteDirectoryResponse object with default parameters.

Definition at line 185 of file delete_directory.h.

Member Data Documentation

◆ directoryName

std::string gpudb::DeleteDirectoryResponse::directoryName

Value of directoryName.

Definition at line 195 of file delete_directory.h.

◆ info

std::map<std::string, std::string> gpudb::DeleteDirectoryResponse::info

Additional information.

Definition at line 200 of file delete_directory.h.


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