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

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

#include <gpudb/protocol/upload_files_fromurl.h>

Public Member Functions

 UploadFilesFromurlResponse ()
 Constructs an UploadFilesFromurlResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > successfulFileNames
 List of fileNames that were successfully uploaded. More...
 
std::vector< std::string > successfulUrls
 List of urls that were successfully uploaded. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::uploadFilesFromurl.

Definition at line 145 of file upload_files_fromurl.h.

Constructor & Destructor Documentation

◆ UploadFilesFromurlResponse()

gpudb::UploadFilesFromurlResponse::UploadFilesFromurlResponse ( )
inline

Constructs an UploadFilesFromurlResponse object with default parameters.

Definition at line 151 of file upload_files_fromurl.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 173 of file upload_files_fromurl.h.

◆ successfulFileNames

std::vector<std::string> gpudb::UploadFilesFromurlResponse::successfulFileNames

List of fileNames that were successfully uploaded.

Definition at line 162 of file upload_files_fromurl.h.

◆ successfulUrls

std::vector<std::string> gpudb::UploadFilesFromurlResponse::successfulUrls

List of urls that were successfully uploaded.

Definition at line 168 of file upload_files_fromurl.h.


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