Optional
allowIf set to true
, the request will explicitly permit ArangoDB to return a
potentially dirty or stale result and arangojs will load balance the
request without distinguishing between leaders and followers.
Optional
allowWhether the transaction may read from collections not specified for this
transaction. If set to false
, accessing any collections not specified
will result in the transaction being aborted to avoid potential deadlocks.
Default: true
.
Optional
lockDetermines how long the database will wait while attempting to gain locks on collections used by the transaction before timing out.
Optional
max(RocksDB only.) Determines the transaction size limit in bytes.
Optional
waitDetermines whether to force the transaction to write all data to disk before returning.
Generated using TypeDoc
Options for how the transaction should be performed.