Collections

  • A reference to a collection in a DittoStore.

    See more

    Declaration

    Swift

    public class DittoCollection
  • Represents a ditto collection name.

    Declaration

    Swift

    public typealias DittoCollectionName = String
  • Declaration

    Swift

    public extension DittoCollectionName
  • 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

    public struct DittoCollectionsEvent
    extension DittoCollectionsEvent: CustomStringConvertible, CustomDebugStringConvertible