DittoSyncKit  1.0.0-alpha1
Properties | List of all members
Ditto.SyncKit.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 Ditto.SyncKit.DittoLiveQueryEvent.Update:
Ditto.SyncKit.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...
 

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> Ditto.SyncKit.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> Ditto.SyncKit.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> Ditto.SyncKit.DittoLiveQueryEvent.Update.Moves
get

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

◆ OldDocuments

List<DittoDocument> Ditto.SyncKit.DittoLiveQueryEvent.Update.OldDocuments
get

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

◆ Updates

List<int> Ditto.SyncKit.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.