A set of results returned by GPUdb::showFiles. More…
#include <gpudb/protocol/show_files.h>
Public Member Functions | |
| ShowFilesResponse () | |
| Constructs a ShowFilesResponse object with default parameters. | |
Public Attributes | |
| std::vector< std::string > | fileNames |
| A listing of files in the paths specified. | |
| std::vector< int64_t > | sizes |
| Size of each file, in bytes. | |
| std::vector< std::string > | users |
| User that created the file. | |
| std::vector< int64_t > | creationTimes |
| Creation time for each file, in milliseconds since epoch. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::showFiles.
Definition at line 115 of file show_files.h.
Constructor & Destructor Documentation
◆ ShowFilesResponse()
| inline |
Constructs a ShowFilesResponse object with default parameters.
Definition at line 120 of file show_files.h.
Member Data Documentation
◆ creationTimes
| std::vector<int64_t> gpudb::ShowFilesResponse::creationTimes |
Creation time for each file, in milliseconds since epoch.
Definition at line 147 of file show_files.h.
◆ fileNames
| std::vector<std::string> gpudb::ShowFilesResponse::fileNames |
A listing of files in the paths specified.
Definition at line 132 of file show_files.h.
◆ info
| std::map<std::string, std::string> gpudb::ShowFilesResponse::info |
Additional information.
- show_files_multipart_uploads: JSON-encoded information about multipart uploads in progress.
Definition at line 157 of file show_files.h.
◆ sizes
| std::vector<int64_t> gpudb::ShowFilesResponse::sizes |
Size of each file, in bytes.
Definition at line 137 of file show_files.h.
◆ users
| std::vector<std::string> gpudb::ShowFilesResponse::users |
User that created the file.
Definition at line 142 of file show_files.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/show_files.h