apoc.atomic.add
Procedure
apoc.atomic.add(node/relatonship,propertyName,number) Sums the property’s value with the 'number' value
Signature
apoc.atomic.add(container :: ANY?, propertyName :: STRING?, number :: NUMBER?, times = 5 :: INTEGER?) :: (container :: ANY?, property :: STRING?, oldValue :: ANY?, newValue :: ANY?)
Input parameters
Name | Type | Default |
---|---|---|
container |
ANY? |
null |
propertyName |
STRING? |
null |
number |
NUMBER? |
null |
times |
INTEGER? |
5 |