Skip to main content
alter_directory(directory_name=None, directory_updates_map=None, options=)[source]

Alters an existing directory in KiFS.

Parameters

directory_name (str) –

Name of the directory in KiFS to be altered.

directory_updates_map (dict of str to str) –

Map containing the properties of the directory to be altered. Error if empty. Allowed keys are:

  • data_limit – The maximum capacity, in bytes, to apply to the directory. Set to -1 to indicate no upper limit.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

directory_name (str) –

Value of input parameter directory_name.

info (dict of str to str) –

Additional information.