GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/delete_directory.h>
Public Member Functions | |
DeleteDirectoryRequest () | |
Constructs a DeleteDirectoryRequest object with default parameter values. 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 |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Deletes a directory from KiFS.
Definition at line 19 of file delete_directory.h.
|
inline |
Constructs a DeleteDirectoryRequest object with default parameter values.
Definition at line 26 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 64 of file delete_directory.h.
std::string gpudb::DeleteDirectoryRequest::directoryName |
Definition at line 70 of file delete_directory.h.
std::map<std::string, std::string> gpudb::DeleteDirectoryRequest::options |
Definition at line 71 of file delete_directory.h.