Version: NextcreateStorageTransaction CallablecreateStorageTransaction(options): StorageTransactionOpens a StorageTransaction without running anything yet. The caller owns the outcome: run(), then commit() or rollback(), and always dispose() when done. For the common open-run-commit flow, prefer withStorageTransaction.Parametersoptions: StorageTransactionOptions = {}Returns StorageTransaction
Opens a StorageTransaction without running anything yet. The caller owns the outcome:
run(), thencommit()orrollback(), and alwaysdispose()when done. For the common open-run-commit flow, prefer withStorageTransaction.