GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_directories.h>
Public Member Functions | |
ShowDirectoriesRequest () | |
Constructs a ShowDirectoriesRequest object with default parameter values. More... | |
ShowDirectoriesRequest (const std::string &directoryName_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowDirectoriesRequest 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.
Shows information about directories in KiFS. Can be used to show a single directory, or all directories.
Definition at line 20 of file show_directories.h.
|
inline |
Constructs a ShowDirectoriesRequest object with default parameter values.
Definition at line 27 of file show_directories.h.
|
inline |
Constructs a ShowDirectoriesRequest object with the specified parameters.
[in] | directoryName_ | The KiFS directory name to show. If empty, shows all directories. |
[in] | options_ | Optional parameters. |
Definition at line 42 of file show_directories.h.
std::string gpudb::ShowDirectoriesRequest::directoryName |
Definition at line 48 of file show_directories.h.
std::map<std::string, std::string> gpudb::ShowDirectoriesRequest::options |
Definition at line 49 of file show_directories.h.