Skip to main content

◆ deleteFiles() [1/4]

DeleteFilesResponse gpudb::GPUdb::deleteFiles (const DeleteFilesRequest &request_) const

Deletes one or more files from KiFS.

Parameters
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ deleteFiles() [2/4]

DeleteFilesResponse & gpudb::GPUdb::deleteFiles (const DeleteFilesRequest &request_,
DeleteFilesResponse &response_ ) const

Deletes one or more files from KiFS.

Parameters
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ deleteFiles() [3/4]

DeleteFilesResponse gpudb::GPUdb::deleteFiles (const std::vector< std::string > &fileNames,
const std::map< std::string, std::string > &options ) const

Deletes one or more files from KiFS.

Parameters
[in]fileNamesAn 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]optionsOptional parameters.The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ deleteFiles() [4/4]

DeleteFilesResponse & gpudb::GPUdb::deleteFiles (const std::vector< std::string > &fileNames,
const std::map< std::string, std::string > &options,
DeleteFilesResponse &response_ ) const

Deletes one or more files from KiFS.

Parameters
[in]fileNamesAn 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]optionsOptional parameters.The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).