Skip to main content
  • showFiles

    public ShowFilesResponse showFiles(ShowFilesRequest request) throws GPUdbException
    Shows information about files in KiFS. Can be used for individual files, or to show all files in a given directory.
    Parameters:
    request - Request object containing the parameters for the operation.
    Returns:
    Response object 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 empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.