◆ deleteDirectory() [1/4]
| DeleteDirectoryResponse gpudb::GPUdb::deleteDirectory | ( | const DeleteDirectoryRequest & | request_ | ) | const |
◆ deleteDirectory() [2/4]
| DeleteDirectoryResponse & gpudb::GPUdb::deleteDirectory | ( | const DeleteDirectoryRequest & | request_, |
| DeleteDirectoryResponse & | response_ ) const |
◆ deleteDirectory() [3/4]
| DeleteDirectoryResponse gpudb::GPUdb::deleteDirectory | ( | const std::string & | directoryName, |
| const std::map< std::string, std::string > & | options ) const |
Deletes a directory from KiFS.
Parameters
| [in] | directoryName | Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. |
| [in] | options | Optional parameters.
|
Returns
Response object containing the result of the operation.
◆ deleteDirectory() [4/4]
| DeleteDirectoryResponse & gpudb::GPUdb::deleteDirectory | ( | const std::string & | directoryName, |
| const std::map< std::string, std::string > & | options, | ||
| DeleteDirectoryResponse & | response_ ) const |
Deletes a directory from KiFS.
Parameters
| [in] | directoryName | Name of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true. |
| [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).