apoc.atomic.update
Procedure
apoc.atomic.update(node/relatonship,propertyName,updateOperation) update a property’s value with a cypher operation (ex. "n.prop1+n.prop2")
Signature
apoc.atomic.update(container :: ANY?, propertyName :: STRING?, operation :: STRING?, times = 5 :: INTEGER?) :: (container :: ANY?, property :: STRING?, oldValue :: ANY?, newValue :: ANY?)
Input parameters
Name | Type | Default |
---|---|---|
container |
ANY? |
null |
propertyName |
STRING? |
null |
operation |
STRING? |
null |
times |
INTEGER? |
5 |