TransactionResult
Result of a RowTransaction applied via applyTransaction.
Contains the actual row objects that were affected, useful for post-processing or logging.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
added | TRow[] | Rows that were successfully added. |
updated | TRow[] | Rows that were successfully updated (references to the mutated row objects). |
removed | TRow[] | Rows that were successfully removed. |
See Also
Section titled “See Also”RowTransactionfor the input structure
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://raw.githubusercontent.com/OysteinAmundsen/toolbox/main/llms-full.txt