Structs
The following structs are available globally.
-
A
See moreSortDescriptor
stores a property name and a sort order for use withsorted(sortDescriptors:)
. It is similar toNSSortDescriptor
, but supports only the subset of functionality which can be efficiently run by Realm’s query engine.Declaration
Swift
public struct SortDescriptor
-
A
See moreSyncConfiguration
represents configuration parameters for Realms intended to sync with a Realm Object Server.Declaration
Swift
public struct SyncConfiguration
-
A
See moreSyncCredentials
represents data that uniquely identifies a Realm Object Server user.Declaration
Swift
public struct SyncCredentials