|
GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/create_directory.h>
Public Member Functions | |
| CreateDirectoryRequest () | |
| Constructs a CreateDirectoryRequest object with default parameter values. More... | |
| CreateDirectoryRequest (const std::string &directoryName_, const std::map< std::string, std::string > &options_) | |
| Constructs a CreateDirectoryRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | directoryName |
| std::map< std::string, std::string > | options |
A set of input 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 21 of file create_directory.h.
|
inline |
Constructs a CreateDirectoryRequest object with default parameter values.
Definition at line 28 of file create_directory.h.
|
inline |
Constructs a CreateDirectoryRequest object with the specified parameters.
| [in] | directoryName_ | Name of the directory in KiFS to be created. |
| [in] | options_ | Optional parameters.
|
Definition at line 67 of file create_directory.h.
| std::string gpudb::CreateDirectoryRequest::directoryName |
Definition at line 73 of file create_directory.h.
| std::map<std::string, std::string> gpudb::CreateDirectoryRequest::options |
Definition at line 74 of file create_directory.h.