GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/show_files.h>
Public Member Functions | |
ShowFilesResponse () | |
Constructs a ShowFilesResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | fileNames |
std::vector< int64_t > | sizes |
std::vector< std::string > | users |
std::vector< int64_t > | creationTimes |
std::map< std::string, std::string > | info |
A set of output 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 110 of file show_files.h.
|
inline |
Constructs a ShowFilesResponse object with default parameter values.
Definition at line 116 of file show_files.h.
std::vector<int64_t> gpudb::ShowFilesResponse::creationTimes |
Definition at line 128 of file show_files.h.
std::vector<std::string> gpudb::ShowFilesResponse::fileNames |
Definition at line 125 of file show_files.h.
std::map<std::string, std::string> gpudb::ShowFilesResponse::info |
Definition at line 129 of file show_files.h.
std::vector<int64_t> gpudb::ShowFilesResponse::sizes |
Definition at line 126 of file show_files.h.
std::vector<std::string> gpudb::ShowFilesResponse::users |
Definition at line 127 of file show_files.h.