◆ createDirectory() [1/4]
| CreateDirectoryResponse gpudb::GPUdb::createDirectory | ( | const CreateDirectoryRequest & | request_ | ) | const |
Creates a new directory in KiFS.
The new directory serves as a location in which the user can upload files using uploadFiles.
Parameters
| [in] | request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
◆ createDirectory() [2/4]
| CreateDirectoryResponse & gpudb::GPUdb::createDirectory | ( | const CreateDirectoryRequest & | request_, |
| CreateDirectoryResponse & | response_ ) const |
Creates a new directory in KiFS.
The new directory serves as a location in which the user can upload files using uploadFiles.
Parameters
Returns
Response object containing the result of the operation (initially passed in by reference).
◆ createDirectory() [3/4]
| CreateDirectoryResponse gpudb::GPUdb::createDirectory | ( | const std::string & | directoryName, |
| const std::map< std::string, std::string > & | options ) const |
Creates a new directory in KiFS.
The new directory serves as a location in which the user can upload files using uploadFiles.
Parameters
| [in] | directoryName | Name of the directory in KiFS to be created. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ createDirectory() [4/4]
| CreateDirectoryResponse & gpudb::GPUdb::createDirectory | ( | const std::string & | directoryName, |
| const std::map< std::string, std::string > & | options, | ||
| CreateDirectoryResponse & | response_ ) const |
Creates a new directory in KiFS.
The new directory serves as a location in which the user can upload files using uploadFiles.
Parameters
| [in] | directoryName | Name of the directory in KiFS to be created. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |
Returns
Response object containing the result of the operation (initially passed in by reference).