+ * `methods` is an array of method objects defining the operations to perform. Each object must be one of the following types: `SharedStorageSetMethod`, `SharedStorageAppendMethod`, `SharedStorageDeleteMethod`, or `SharedStorageClearMethod`. Each method object's constructor accepts the same parameters as the corresponding individual method (e.g., `set`, `append`, `delete`, `clear`). For transactional integrity, the `withLock` option within these methods is not permitted and will result in an error, but the lock for the `batchUpdate()` method itself (if specified) will be acquired.
0 commit comments