apoc.lock.read.rels

This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime. For more information, see the Cypher Manual → Parallel runtime.

Details

Syntax

apoc.lock.read.rels(rels)

Description

Acquires a read lock on the given RELATIONSHIP values.

Input arguments

Name

Type

Description

rels

LIST<RELATIONSHIP>

The list of relationships to acquire a read lock on.