apoc.ttl.expireIn

Procedure

CALL apoc.ttl.expireAfterTimeLength(node,timeDelta,'time-unit') - expire node after specified length of time time by setting :TTL label and ttl property

Signature

apoc.ttl.expireIn(node :: NODE?, timeDelta :: INTEGER?, timeUnit :: STRING?) :: VOID

Input parameters

Name Type Default

node

NODE?

null

timeDelta

INTEGER?

null

timeUnit

STRING?

null