Package apple.coredata.enums
Class NSPersistentCloudKitContainerEventResultType
- java.lang.Object
-
- apple.coredata.enums.NSPersistentCloudKitContainerEventResultType
-
public final class NSPersistentCloudKitContainerEventResultType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCountEventsthe result is an NSArrayindicating the count of events matching the request static longEventsthe result is an NSArray
-
-
-
Field Detail
-
Events
public static final long Events
the result is an NSArray- See Also:
- Constant Field Values
-
CountEvents
public static final long CountEvents
the result is an NSArrayindicating the count of events matching the request - See Also:
- Constant Field Values
-
-