API
Classes
Class | Description |
---|---|
BurstTransaction | BurstTransactions 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 Alias | Description |
---|---|
TransactionOptions | 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. |