Collections

  • A reference to a collection in a DITStore.

    This is the entrypoint for inserting documents into a collection, as well as querying a collection.

    See more

    Declaration

    Objective-C

    @interface DITCollection : NSObject
  • Represents collection names.

    Declaration

    Objective-C

    typedef NSString *DITCollectionName
  • Describes events delivered when observing collections in the store.

    Only the first event will have the isInitial BOOL set to true. The first event will return empty arrays for all values because there can’t be any modifications to the set of collections if it’s the first time event handler is being called.

    See more

    Declaration

    Objective-C

    @interface DITCollectionsEvent : NSObject