showDirectories
public ShowDirectoriesResponse showDirectories(ShowDirectoriesRequest request) throws GPUdbException Shows information about directories in KiFS. Can be used to show a single directory, or all directories.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.showDirectories
public ShowDirectoriesResponse showDirectories(String directoryName, Map<String, String> options) throws GPUdbException Shows information about directories in KiFS. Can be used to show a single directory, or all directories.Parameters:directoryName- The KiFS directory name to show. If empty, shows all directories. The default value is ”.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.