GPUdb C++ API  Version 7.1.10.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::UploadFilesFromurlResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/upload_files_fromurl.h>

Public Member Functions

 UploadFilesFromurlResponse ()
 Constructs an UploadFilesFromurlResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > successfulFileNames
 
std::vector< std::string > successfulUrls
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Uploads one or more files to KiFS.

Each file path must reside in a top-level KiFS directory, i.e. one of the directories listed in const. The user must have write permission on the directory. Nested directories are permitted in file name paths. Directories are deliniated with the directory separator of '/'. For example, given the file path '/a/b/c/d.txt', 'a' must be a KiFS directory.

These characters are allowed in file name paths: letters, numbers, spaces, the path delimiter of '/', and the characters: '.' '-' ':' '[' ']' '(' ')' '#' '='.

Definition at line 156 of file upload_files_fromurl.h.

Constructor & Destructor Documentation

gpudb::UploadFilesFromurlResponse::UploadFilesFromurlResponse ( )
inline

Constructs an UploadFilesFromurlResponse object with default parameter values.

Definition at line 163 of file upload_files_fromurl.h.

Member Data Documentation

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

Definition at line 172 of file upload_files_fromurl.h.

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

Definition at line 170 of file upload_files_fromurl.h.

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

Definition at line 171 of file upload_files_fromurl.h.


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