Ditto 1.1.9
Properties | List of all members
DittoSDK.DittoLiveQueryEvent.Update Class Reference

A description of updates that occurred between the current and previous times that the live query handler was fired. More...

Inheritance diagram for DittoSDK.DittoLiveQueryEvent.Update:
DittoSDK.DittoLiveQueryEvent

Properties

List< DittoDocumentOldDocuments [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< DittoLiveQueryMoveMoves [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...
 

Detailed Description

A description of updates that occurred between the current and previous times that the live query handler was fired.