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. | |
Public Attributes | |
| std::vector< std::string > | successfulFileNames |
| List of fileNames that were successfully uploaded. | |
| std::vector< std::string > | successfulUrls |
| List of urls that were successfully uploaded. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::uploadFilesFromurl.
Definition at line 145 of file upload_files_fromurl.h.
Constructor & Destructor Documentation
◆ 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:
- gpudb/protocol/upload_files_fromurl.h