Skip to main content
Version: 2.10

API

Classes

ClassDescription
BurstTransactionBurstTransactions are designed to continuously apply high rates of updates on properties (FIFO ordering). The only operation supported by BurstTransactions is to update properties of an instance.

Type Aliases

Type AliasDescription
TransactionOptionsAdditional 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.