GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::showDirectories. More...
#include <gpudb/protocol/show_directories.h>
Public Member Functions | |
ShowDirectoriesRequest () | |
Constructs a ShowDirectoriesRequest object with default parameters. 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 |
The KiFS directory name to show. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::showDirectories.
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 parameters.
Definition at line 25 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. The default value is ''. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 41 of file show_directories.h.
std::string gpudb::ShowDirectoriesRequest::directoryName |
The KiFS directory name to show.
If empty, shows all directories. The default value is ''.
Definition at line 51 of file show_directories.h.
std::map<std::string, std::string> gpudb::ShowDirectoriesRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 56 of file show_directories.h.