A set of parameters for GPUdb::deleteFiles. More…
#include <gpudb/protocol/delete_files.h>
Public Member Functions | |
| DeleteFilesRequest () | |
| Constructs a DeleteFilesRequest object with default parameters. | |
| DeleteFilesRequest (const std::vector< std::string > &fileNames_, const std::map< std::string, std::string > &options_) | |
| Constructs a DeleteFilesRequest object with the specified parameters. | |
Public Attributes | |
| std::vector< std::string > | fileNames |
| An array of names of files to be deleted. | |
| std::map< std::string, std::string > | options |
| Optional parameters. | |
Detailed Description
A set of parameters for GPUdb::deleteFiles.
Deletes one or more files from KiFS.
Definition at line 19 of file delete_files.h.
Constructor & Destructor Documentation
◆ DeleteFilesRequest() [1/2]
| inline |
Constructs a DeleteFilesRequest object with default parameters.
Definition at line 24 of file delete_files.h.
◆ DeleteFilesRequest() [2/2]
| inline |
Constructs a DeleteFilesRequest object with the specified parameters.
| [in] | fileNames_ | An array of names of files to be deleted. File paths may contain wildcard characters after the KiFS directory delimiter. Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character. |
| [in] | options_ | Optional parameters.
|
Definition at line 62 of file delete_files.h.
Member Data Documentation
◆ fileNames
| std::vector<std::string> gpudb::DeleteFilesRequest::fileNames |
An array of names of files to be deleted.
File paths may contain wildcard characters after the KiFS directory delimiter.
Accepted wildcard characters are asterisk (*) to represent any string of zero or more characters, and question mark (?) to indicate a single character.
Definition at line 76 of file delete_files.h.
◆ options
| std::map<std::string, std::string> gpudb::DeleteFilesRequest::options |
Optional parameters.
- delete_files_no_error_if_not_exists: If true, no error is returned if a specified file does not exist. Supported values:The default value is delete_files_false.
The default value is an empty map.
Definition at line 95 of file delete_files.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/delete_files.h