Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKQueryOperationMBS class.

CKQueryOperationMBS.cursor as CKQueryCursorMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The data cursor to use for continuing the search.

You set the initial value of this property with the Constructor. When you use a cursor, the contents of the query property are ignored. The data cursor stored in this property is an opaque object that is provided to you by the server.

If you intend to specify or change the value in this property, do so before executing the operation or submitting the operation object to a queue.
(Read and Write property)

CKQueryOperationMBS.query as CKQueryMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The query to use for the search.

You set the initial value of this property with the Constructor method. When the value in the cursor property is nil, the query operation uses the CKQueryMBS object in this property to execute a new search and return the results to your completion handler. If the cursor value is not nil, the cursor is used instead.

If you intend to specify or change the value of this property, do so before executing the operation or submitting the operation object to a queue.
(Read and Write property)

CKQueryOperationMBS.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 records to return at one time.

For most queries, leave the value of this property set to the default value, which is represented by the CKQueryOperationMaximumResults constant. When using that value, the server chooses a limit that aims to provide an optimal number of results that returns as many records as possible while minimizing delays in receiving those records. However, if you know that you want to process a fixed number of results, change the value of this property accordingly.
(Read and Write property)

CKQueryOperationMBS.zoneID as CKRecordZoneIDMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The ID of the zone containing the records to search.

When set, the value of this property limits the scope of the search to the records in the specified zone. If no zone is specified, the search takes place on all zones.

When you initialize the operation object using the Constructor method, the value of this property is set to nil and any changes you make to the property are ignored. When the operation object is executed, the cursor object provides the zone information from the initial search that generated the cursor.
(Read and Write property)

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


The biggest plugin in space...