Skip to main content
Version: 2.10

TransactionOptions

type TransactionOptions = object;

Additional options for transactions to be processed by a data source.

  • batch: if true, it means that the transaction has been executed using the Transaction.executeAsLarge() function.

Properties

batch

batch: boolean;