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. | |
| ShowDirectoriesRequest (const std::string &directoryName_, const std::map< std::string, std::string > &options_) | |
| Constructs a ShowDirectoriesRequest object with the specified parameters. | |
Public Attributes | |
| std::string | directoryName |
| The KiFS directory name to show. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
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.
Constructor & Destructor Documentation
◆ ShowDirectoriesRequest() [1/2]
| inline |
Constructs a ShowDirectoriesRequest object with default parameters.
Definition at line 25 of file show_directories.h.
◆ ShowDirectoriesRequest() [2/2]
| 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.
Member Data Documentation
◆ directoryName
| 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.
◆ options
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_directories.h