Ditto  1.0.13
Properties | List of all members
DittoSDK.DittoLiveQueryMove Class Reference

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

Properties

int From [get]
 Gets the index of the document in the list of matching documents from the previous live query event. More...
 
int To [get]
 Gets the index of the document in the list of matching documents from the new live query event. More...
 

Detailed Description

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.

Property Documentation

◆ From

int DittoSDK.DittoLiveQueryMove.From
get

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

◆ To

int DittoSDK.DittoLiveQueryMove.To
get

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