Skip to main content

◆ deleteDirectory() [1/4]

DeleteDirectoryResponse gpudb::GPUdb::deleteDirectory (const DeleteDirectoryRequest &request_) const

Deletes a directory from KiFS.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ deleteDirectory() [2/4]

DeleteDirectoryResponse & gpudb::GPUdb::deleteDirectory (const DeleteDirectoryRequest &request_,
DeleteDirectoryResponse &response_ ) const

Deletes a directory from KiFS.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ 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]directoryNameName of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true.
[in]optionsOptional parameters.The default value is an empty map.
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]directoryNameName of the directory in KiFS to be deleted. The directory must contain no files, unless recursive is true.
[in]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).