Ditto 1.1.8
|
A description of updates that occurred between the current and previous times that the live query handler was fired. More...
Properties | |
List< DittoDocument > | OldDocuments [get] |
Gets a snapshot of documents from the previous time that the live query handler fired. | |
List< int > | Insertions [get] |
Gets a list of indices relating to the list of matching documents that were inserted since the last run of live query handler. | |
List< int > | Deletions [get] |
Gets a list of indices relating to the list of old matching documents that were deleted since the last run of live query handler. | |
List< int > | Updates [get] |
Gets a list of indices relating to the list of matching documents that were updated since the last run of live query handler. | |
List< DittoLiveQueryMove > | Moves [get] |
Gets a list of DittoLiveQueryMove objects that describe documents that moved with respect to any query sorts. | |
Additional Inherited Members | |
Public Member Functions inherited from DittoSDK.DittoLiveQueryEvent | |
ulong | Hash (List< DittoDocument > documents) |
Returns a hash that represents the set of matching documents. More... | |
string | HashMnemonic (List< DittoDocument > documents) |
Returns a pattern of words that together create a mnemonic, which represents the set of matching documents. More... | |
A description of updates that occurred between the current and previous times that the live query handler was fired.