transaction
Execute atomic file operations to create, read, update, or delete files with rollback capability for error handling.
Instructions
Execute file operations in an atomic transaction
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of file operations to execute | |
| rollbackOnError | No | Whether to rollback all operations if any fails |