GPUdb C++ API  Version 7.2.2.4
gpudb::DownloadFilesResponse Struct Reference

A set of results returned by GPUdb::downloadFiles. More...

#include <gpudb/protocol/download_files.h>

Public Member Functions

 DownloadFilesResponse ()
 Constructs a DownloadFilesResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > fileNames
 Names of the files downloaded from KiFS. More...
 
std::vector< std::vector< uint8_t > > fileData
 Data for the respective downloaded files listed in fileNames. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::downloadFiles.

Definition at line 205 of file download_files.h.

Constructor & Destructor Documentation

◆ DownloadFilesResponse()

gpudb::DownloadFilesResponse::DownloadFilesResponse ( )
inline

Constructs a DownloadFilesResponse object with default parameters.

Definition at line 210 of file download_files.h.

Member Data Documentation

◆ fileData

std::vector<std::vector<uint8_t> > gpudb::DownloadFilesResponse::fileData

Data for the respective downloaded files listed in fileNames.

Definition at line 225 of file download_files.h.

◆ fileNames

std::vector<std::string> gpudb::DownloadFilesResponse::fileNames

Names of the files downloaded from KiFS.

Definition at line 220 of file download_files.h.

◆ info

std::map<std::string, std::string> gpudb::DownloadFilesResponse::info

Additional information.

Definition at line 230 of file download_files.h.


The documentation for this struct was generated from the following file: