DITSingleDocumentLiveQueryEvent

@interface DITSingleDocumentLiveQueryEvent : NSObject

Provides information about a live query event relating to a single document live query.

  • Whether or not the event is the initial event delivered as part of an observe or observeLocal call.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL isInitial;
  • The old representation of the document with the relveant document ID.

    Declaration

    Objective-C

    @property (nonatomic, readonly, nullable) DITDocument *oldDocument;