Type
Details
values: The data object for the record to be updated.filter: Specifies the filter conditions for the records to be updated. For detailed usage of Filter, refer to thefind()method.filterByTk: Specifies the filter conditions for the records to be updated by TargetKey.whitelist: A whitelist for thevaluesfields. Only fields in this list will be written.blacklist: A blacklist for thevaluesfields. Fields in this list will not be written.transaction: The transaction object. If no transaction parameter is passed, the method will automatically create an internal transaction.
At least one of filterByTk or filter must be passed.

