Contents

zoneID

The ID of the record zone that contains the records to search.

Declaration

@NSCopying var zoneID: CKRecordZone.ID? { get set }

Discussion

The value of this property limits the scope of the search to only the records in the specified record zone. If you don’t specify a record zone, the search includes all record zones.

When you create an operation using the init(cursor:) method, this property’s value is nil and CloudKit ignores any changes that you make to it. When the operation executes, the cursor provides the record zone information from the original search that provides the cursor.

See Also

Configuring the Query Operation