Share via


CKRecordZoneCapabilities Enum

Definition

Enumerates the special operations that a zone is capable of.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum CKRecordZoneCapabilities
[<ObjCRuntime.Native>]
[<System.Flags>]
type CKRecordZoneCapabilities = 
Inheritance
CKRecordZoneCapabilities
Attributes

Fields

Name Value Description
FetchChanges 1

The zone can report data changes, rather than just entire records.

Atomic 2

The zone supports atomic operations on sets of records.

Sharing 4
ZoneWideSharing 8

Applies to