Structures
The following structures are available globally.
-
Provides an interface to specify a path to a key in a document that you can then call a function on to get the value at the specified key as a specific type. You obtain a
See moreDittoDocumentPathby subscripting aDittoDocumentand you can then further subscript aDittoDocumentPathto further specify the key of the document that you want to get the value of.Declaration
Swift
public struct DittoDocumentPath -
Provides information about the changes that have occurred in relation to a live query for a given update event.
This type is returned in the
See moreupdatecase of theDittoLiveQueryEventenum.Declaration
Swift
public struct DittoLiveQueryUpdate -
Provides an interface to specify a path to a key in a document that you can then call various update functions on. You obtain a
See moreDittoMutableDocumentPathby subscripting aDittoMutableDocumentand you can then further subscript aDittoMutbaleDocumentPathto further specify the key of the document that you want to update.Declaration
Swift
public struct DittoMutableDocumentPath -
Provides information about a live query event relating to a single document live query.
See moreDeclaration
Swift
public struct DittoSingleDocumentLiveQueryEvent -
A summary snapshot of the types of connections currently active to a remote Ditto peer.
See moreDeclaration
Swift
public struct DittoRemotePeer : Codable
Structures Reference