◆ showFiles() [1/4]
| ShowFilesResponse gpudb::GPUdb::showFiles | ( | const ShowFilesRequest & | request_ | ) | const |
◆ showFiles() [2/4]
| ShowFilesResponse & gpudb::GPUdb::showFiles | ( | const ShowFilesRequest & | request_, |
| ShowFilesResponse & | response_ ) const |
◆ showFiles() [3/4]
| ShowFilesResponse gpudb::GPUdb::showFiles | ( | const std::vector< std::string > & | paths, |
| const std::map< std::string, std::string > & | options ) const |
Shows information about files in KiFS.
Can be used for individual files, or to show all files in a given directory.
Parameters
| [in] | paths | File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. 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. The default value is an empty map. |
Returns
Response object containing the result of the operation.
◆ showFiles() [4/4]
| ShowFilesResponse & gpudb::GPUdb::showFiles | ( | const std::vector< std::string > & | paths, |
| const std::map< std::string, std::string > & | options, | ||
| ShowFilesResponse & | response_ ) const |
Shows information about files in KiFS.
Can be used for individual files, or to show all files in a given directory.
Parameters
| [in] | paths | File paths to show. Each path can be a KiFS directory name, or a full path to a KiFS file. 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. 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).