Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchRecordZoneChangesOperationMBS class.

CKFetchRecordZoneChangesOperationMBS.Constructor(recordZoneIDs() as CKRecordZoneIDMBS, optionsByRecordZoneID as Dictionary = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Initializes and returns an operation object configured to fetch record zone changes.

The returned operation object is configured to retrieve all record zones passed in. If you want to minimize the amount of data returned even further, configure the CKFetchRecordZoneChangesOptionsMBS property for each record zone.

After initializing the operation, associate at least one progress block with the operation object (excluding the completion block) to process the results.

optionsByRecordZoneID: The options per zone.
recordZoneIDs: The record zones that should be fetched.

CKFetchRecordZoneChangesOperationMBS.Destructor

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 21.2 ✅ Yes ❌ No ❌ No ✅ Yes All
Destructor

CKFetchRecordZoneChangesOperationMBS.recordZoneIDs as CKRecordZoneIDMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The IDs of the record zones whose records you want to fetch.

Typically, you set the value of this property when you initialize the operation object. If you intend to change the record zones, update the value before executing the operation or submitting it to a queue.

CKFetchRecordZoneChangesOperationMBS.setRecordZoneIDs(IDs() as CKRecordZoneIDMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets the IDs of the record zones whose records you want to fetch.

Typically, you set the value of this property when you initialize the operation object. If you intend to change the record zones, update the value 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...