Ditto  1.0.11
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. More...
 
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. More...
 
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. More...
 
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. More...
 
List< DittoLiveQueryMoveMoves [get]
 Gets a list of DittoLiveQueryMove objects that describe documents that moved with respect to any query sorts. More...
 

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.

Property Documentation

◆ Deletions

List<int> DittoSDK.DittoLiveQueryEvent.Update.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.

◆ Insertions

List<int> DittoSDK.DittoLiveQueryEvent.Update.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.

◆ Moves

List<DittoLiveQueryMove> DittoSDK.DittoLiveQueryEvent.Update.Moves
get

Gets a list of DittoLiveQueryMove objects that describe documents that moved with respect to any query sorts.

◆ OldDocuments

List<DittoDocument> DittoSDK.DittoLiveQueryEvent.Update.OldDocuments
get

Gets a snapshot of documents from the previous time that the live query handler fired.

◆ Updates

List<int> DittoSDK.DittoLiveQueryEvent.Update.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.