Share via


CKQueryNotificationReason Enum

Definition

Enumerates the persistent storage events that can trigger data lifecycle notifications.

[ObjCRuntime.Native]
public enum CKQueryNotificationReason
[<ObjCRuntime.Native>]
type CKQueryNotificationReason = 
Inheritance
CKQueryNotificationReason
Attributes

Fields

Name Value Description
RecordCreated 1

A record that matched the subscription's query was created.

RecordUpdated 2

A record that matched the subscription's query was updated.

RecordDeleted 3

A record that matched the subscription's query was deleted.

Applies to