Other Structures
The following structures are available globally.
-
Different from regular
Propertys, backlinks and standalone relations don’t actually exist in the database, so to allow referencing them when creating a relation query usinglink(_ property:), they use their own class.You usually do not create instances of this struct. The code generator creates them for you and you just use them in property queries to refer to individual properties.
See moreDeclaration
Swift
public struct ToManyProperty<R> -
Lightweight struct wrapper around FlatBuffer reading. Used by generated Swift code to hydrate an entity from the store.
See moreDeclaration
Swift
public struct FlatBufferReader -
A collection of changes made to one entity type during a sync transaction. Delivered via
SyncChangeListener.IDs of changed objects are available via
putsand those of removed objects viaremovals.Declaration
Swift
public struct SyncChange
View on GitHub
Install in Dash
Other Structures Reference