Skip to main content

◆ showFiles() [1/4]

ShowFilesResponse gpudb::GPUdb::showFiles (const ShowFilesRequest &request_) const

Shows information about files in KiFS.

Can be used for individual files, or to show all files in a given directory.

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

◆ showFiles() [2/4]

ShowFilesResponse & gpudb::GPUdb::showFiles (const ShowFilesRequest &request_,
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]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).

◆ 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]pathsFile 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]optionsOptional 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]pathsFile 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]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).