|
GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/alter_directory.h>
Public Member Functions | |
| AlterDirectoryRequest () | |
| Constructs an AlterDirectoryRequest object with default parameter values. More... | |
| AlterDirectoryRequest (const std::string &directoryName_, const std::map< std::string, std::string > &directoryUpdatesMap_, const std::map< std::string, std::string > &options_) | |
| Constructs an AlterDirectoryRequest object with the specified parameters. More... | |
Public Attributes | |
| std::string | directoryName |
| std::map< std::string, std::string > | directoryUpdatesMap |
| std::map< std::string, std::string > | options |
A set of input parameters for const.
Alters an existing directory in KiFS.
Definition at line 19 of file alter_directory.h.
|
inline |
Constructs an AlterDirectoryRequest object with default parameter values.
Definition at line 26 of file alter_directory.h.
|
inline |
Constructs an AlterDirectoryRequest object with the specified parameters.
| [in] | directoryName_ | Name of the directory in KiFS to be altered. |
| [in] | directoryUpdatesMap_ | Map containing the properties of the directory to be altered. Error if empty.
|
| [in] | options_ | Optional parameters. |
Definition at line 52 of file alter_directory.h.
| std::string gpudb::AlterDirectoryRequest::directoryName |
Definition at line 59 of file alter_directory.h.
| std::map<std::string, std::string> gpudb::AlterDirectoryRequest::directoryUpdatesMap |
Definition at line 60 of file alter_directory.h.
| std::map<std::string, std::string> gpudb::AlterDirectoryRequest::options |
Definition at line 61 of file alter_directory.h.