Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKFetchDatabaseChangesOperationMBS class.

CKFetchDatabaseChangesOperationMBS.fetchAllChanges as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Configuration setting to control whether this operation makes repeated calls to the server.

When this property is set to true, the operation sends repeated requests to the server until all record zone changes have been fetched. When this property is set to false, it is the responsibility of the caller to issue subsequent fetch-change operations when moreComing is true in a fetchDatabaseChangesCompleted invocation.

fetchAllChanges is true by default.
(Read and Write property)

CKFetchDatabaseChangesOperationMBS.previousServerChangeToken as CKServerChangeTokenMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The change token from a previous fetch operation.

Assign the token you received previously from the fetchDatabaseChangesCompleted event to this property. Doing so yields only the changes that have occurred since your last fetch operation. If you specify nil for this parameter, the operation starts fetching changes at the beginning.
(Read and Write property)

CKFetchDatabaseChangesOperationMBS.resultsLimit as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The maximum number of results to fetch with this operation.

Use this property to limit the number of changes processed in one operation. When the results limit is reached, the operation object updates the original token you provided and returns it to you to let you know that more results are available.
(Read and Write property)

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


The biggest plugin in space...