The Update Operation to Update Existing Data In a Space

Use the update() method to modify existing data.

Your application can update fields in a tuple that is stored in the space by using the update() method. This method takes two parameters - a key tuple and another tuple that contains the values for the fields to be updated. The new value for the field or fields in the passed tuple can be a dynamic expression that evaluates to a valid value at runtime.