GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::deleteDirectory. More...
#include <gpudb/protocol/delete_directory.h>
Public Member Functions | |
DeleteDirectoryRequest () | |
Constructs a DeleteDirectoryRequest object with default parameters. More... | |
DeleteDirectoryRequest (const std::string &directoryName_, const std::map< std::string, std::string > &options_) | |
Constructs a DeleteDirectoryRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | directoryName |
Name of the directory in KiFS to be deleted. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::deleteDirectory.
Deletes a directory from KiFS.
Definition at line 19 of file delete_directory.h.
|
inline |
Constructs a DeleteDirectoryRequest object with default parameters.
Definition at line 24 of file delete_directory.h.
|
inline |
Constructs a DeleteDirectoryRequest object with the specified 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.
|
Definition at line 81 of file delete_directory.h.
std::string gpudb::DeleteDirectoryRequest::directoryName |
Name of the directory in KiFS to be deleted.
The directory must contain no files, unless recursive is true
Definition at line 92 of file delete_directory.h.
std::map<std::string, std::string> gpudb::DeleteDirectoryRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 127 of file delete_directory.h.