GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/create_directory.h>
Public Member Functions | |
CreateDirectoryResponse () | |
Constructs a CreateDirectoryResponse object with default parameter values. More... | |
Public Attributes | |
std::string | directoryName |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using const.
Definition at line 132 of file create_directory.h.
|
inline |
Constructs a CreateDirectoryResponse object with default parameter values.
Definition at line 139 of file create_directory.h.
std::string gpudb::CreateDirectoryResponse::directoryName |
Definition at line 145 of file create_directory.h.
std::map<std::string, std::string> gpudb::CreateDirectoryResponse::info |
Definition at line 146 of file create_directory.h.