Collections
-
A reference to a collection in a
See moreDittoStore.Declaration
Swift
@available(*, deprecated, message: "Use DQL (Ditto Query Language﹚ instead. For more information see: https://docs.ditto.live/dql/legacy-to-dql-adoption") public class DittoCollection -
Represents a ditto collection name.
Declaration
Swift
@available(*, deprecated, message: "Use DQL (Ditto Query Language﹚ instead. For more information see: https://docs.ditto.live/dql/legacy-to-dql-adoption") public typealias DittoCollectionName = String -
Provides information about the changes that have occurred in relation to an event delivered when observing the collections in a
See moreDittoStore. It contains information about the collections that are known about as well as the collections that were previously known about in the previous event, along with information about what collections have been inserted, deleted, updated, or moved since the last event.Declaration
Swift
@available(*, deprecated, message: "Use DQL (Ditto Query Language﹚ instead. For more information see: https://docs.ditto.live/dql/legacy-to-dql-adoption") public struct DittoCollectionsEventextension DittoCollectionsEvent: CustomStringConvertible, CustomDebugStringConvertible
Collections Reference