Collections

  • A reference to a collection in a DittoStore.

    See more

    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 DittoStore. 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.

    See more

    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 DittoCollectionsEvent
    extension DittoCollectionsEvent: CustomStringConvertible, CustomDebugStringConvertible