GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::createDirectory. More...
#include <gpudb/protocol/create_directory.h>
Public Member Functions | |
CreateDirectoryRequest () | |
Constructs a CreateDirectoryRequest object with default parameters. 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 |
Name of the directory in KiFS to be created. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::createDirectory.
Creates a new directory in KiFS. The new directory serves as a location in which the user can upload files using GPUdb::uploadFiles.
Definition at line 22 of file create_directory.h.
|
inline |
Constructs a CreateDirectoryRequest object with default parameters.
Definition at line 27 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 76 of file create_directory.h.
std::string gpudb::CreateDirectoryRequest::directoryName |
Name of the directory in KiFS to be created.
Definition at line 85 of file create_directory.h.
std::map<std::string, std::string> gpudb::CreateDirectoryRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 116 of file create_directory.h.