Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Super class: CKDatabaseOperationMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | CloudKit | MBS Mac64bit Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
After modifying the fields of a record, use this type of operation object to save those changes to a database. You also use instances of this class to delete records permanently from a database.
see
https://developer.apple.com/reference/cloudkit/ckmodifyrecordsoperation
Subclass of the CKDatabaseOperationMBS class.
Constant | Value | Description |
---|---|---|
SaveAllKeys | 2 |
One of the constants indicating the policy to apply when saving records.
A policy that saves all keys of the record (including those that have not changed) to the server, overwriting any values currently on the server. Keys present only on the server remain unchanged. |
SaveChangedKeys | 1 |
One of the constants indicating the policy to apply when saving records.
A policy that saves only those fields of the record that actually changed, overwriting any values currently on the server. Unmodified fields are left untouched. |
SaveIfServerRecordUnchanged | 0 |
One of the constants indicating the policy to apply when saving records.
A policy that saves the record only if the local copy of the record is based on the record still on the server. The server maintains a change tag for each record automatically. When you fetch a record, that change tag is included with the rest of the record’s data. If the change tag in your local record matches the change tag of the record on the server, the save operation proceeds normally. If the server record contains a newer change tag, the record is not saved and an error of type CKErrorServerRecordChanged is reported. |
This class has no sub classes.
The items on this page are in the following plugins: MBS Mac64bit Plugin.
CKModifyBadgeOperationMBS - CKModifyRecordZonesOperationMBS