RLMSyncPermissionResultsSortProperty
enum RLMSyncPermissionResultsSortProperty : NSUInteger {}
Properties which a sync permission results collection can be sorted by.
-
Sort by the Realm Object Server path to the Realm to which the permission applies.
Declaration
Objective-C
RLMSyncPermissionResultsSortPropertyPath
Swift
case propertyPath = 0
-
Sort by the identity of the user to whom the permission applies.
Declaration
Objective-C
RLMSyncPermissionResultsSortPropertyUserID
Swift
case propertyUserID = 1
-
Sort by the date the permissions were last updated.
Declaration
Objective-C
RLMSyncPermissionResultsSortDateUpdated
Swift
case dateUpdated = 2