showFiles
Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.showFiles
public ShowFilesResponse showFiles(List<String> paths, Map<String, String> options) throws GPUdbException Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.Parameters: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.options- Optional parameters. The default value is an emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.