Cypher Builder - v2.7.1
    Preparing search index...

    Type Alias CallInTransactionOptions

    type CallInTransactionOptions = {
        concurrentTransactions?: number;
        ofRows?: number;
        onError?: "continue" | "break" | "fail";
        retry?: number | boolean;
    }
    Index

    Properties

    concurrentTransactions?: number
    ofRows?: number
    onError?: "continue" | "break" | "fail"
    retry?: number | boolean

    Adds ON ERROR RETRY, if using number, it will generate ON ERROR RETRY FOR x SECONDS

    Neo4j 2025.03