DITLiveQueryMove

@interface DITLiveQueryMove : NSObject

An object that describes how a document’s position in a live query’s list of matching documents has changed since the previous live query event.

  • The index of the document in the list of matching documents from the previous live query event.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger from;
  • to

    The index of the document in the list of matching documents from the new live query event.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSInteger to;