Optional
exclusive?: (string | ArangoCollection)[] | string | ArangoCollectionAn array of collections or a single collection that will be read from or written to during the transaction with no other writes being able to run in parallel.
Optional
read?: (string | ArangoCollection)[] | string | ArangoCollectionAn array of collections or a single collection that will be read from during the transaction.
Optional
write?: (string | ArangoCollection)[] | string | ArangoCollectionAn array of collections or a single collection that will be read from or written to during the transaction.
Generated using TypeDoc
Collections involved in a transaction.