GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/download_files.h>
Public Member Functions | |
DownloadFilesResponse () | |
Constructs a DownloadFilesResponse object with default parameter values. More... | |
Public Attributes | |
std::vector< std::string > | fileNames |
std::vector< std::vector < uint8_t > > | fileData |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Downloads one or more files from KiFS.
Definition at line 159 of file download_files.h.
|
inline |
Constructs a DownloadFilesResponse object with default parameter values.
Definition at line 166 of file download_files.h.
std::vector<std::vector<uint8_t> > gpudb::DownloadFilesResponse::fileData |
Definition at line 174 of file download_files.h.
std::vector<std::string> gpudb::DownloadFilesResponse::fileNames |
Definition at line 173 of file download_files.h.
std::map<std::string, std::string> gpudb::DownloadFilesResponse::info |
Definition at line 175 of file download_files.h.