GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_files.h>
Public Member Functions | |
ShowFilesRequest () | |
Constructs a ShowFilesRequest object with default parameter values. More... | |
ShowFilesRequest (const std::vector< std::string > &paths_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowFilesRequest object with the specified parameters. More... | |
Public Attributes | |
std::vector< std::string > | paths |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
Definition at line 20 of file show_files.h.
|
inline |
Constructs a ShowFilesRequest object with default parameter values.
Definition at line 26 of file show_files.h.
|
inline |
Constructs a ShowFilesRequest object with the specified parameters.
[in] | paths_ | File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. File paths may contain wildcard characters after the KiFS directory delimeter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. |
[in] | options_ | Optional parameters. |
Definition at line 46 of file show_files.h.
std::map<std::string, std::string> gpudb::ShowFilesRequest::options |
Definition at line 53 of file show_files.h.
std::vector<std::string> gpudb::ShowFilesRequest::paths |
Definition at line 52 of file show_files.h.