alterDirectory
Alters an existing directory in KiFS.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.alterDirectory
public AlterDirectoryResponse alterDirectory(String directoryName, Map<String, String> directoryUpdatesMap, Map<String, String> options) throws GPUdbException Alters an existing directory in KiFS.Parameters:directoryName- Name of the directory in KiFS to be altered.directoryUpdatesMap- Map containing the properties of the directory to be altered. Error if empty.DATA_LIMIT: The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit.
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.