Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchRecordZoneChangesOptionsMBS class.

CKFetchRecordZoneChangesOptionsMBS.Constructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The constructor.

CKFetchRecordZoneChangesOptionsMBS.desiredKeys as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The fields to fetch for the requested records.

Use this property to limit the amount of data retrieved for each record during the fetch operation. This property contains an array of strings, each of which contains the name of a field from the target records. When you retrieve a given record, only fields whose names match one of the keys in this property are included in the returned record. The default value is nil, which causes all keys of the record to be fetched.

Because the records you fetch can be of different types, the array should contain the merged set of all field names for the requested records and include at least one field name from each record type.

If you intend to specify the desired set of keys, set the value of this property before executing the operation or submitting it to a queue.

CKFetchRecordZoneChangesOptionsMBS.setDesiredKeys(desiredKeys() as String)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the fields to fetch for the requested records.

Use this property to limit the amount of data retrieved for each record during the fetch operation. This property contains an array of strings, each of which contains the name of a field from the target records. When you retrieve a given record, only fields whose names match one of the keys in this property are included in the returned record. The default value is nil, which causes all keys of the record to be fetched.

Because the records you fetch can be of different types, the array should contain the merged set of all field names for the requested records and include at least one field name from each record type.

If you intend to specify the desired set of keys, set the value of this property before executing the operation or submitting it to a queue.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...