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. | |
Public Attributes | |
| std::string | directoryName |
| Value of directoryName. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::deleteDirectory.
Definition at line 180 of file delete_directory.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/delete_directory.h