Update
class Update(oldDocuments: List<DittoDocument>, insertions: List<Int>, deletions: List<Int>, updates: List<Int>, moves: List<DittoLiveQueryMove>) : DittoLiveQueryEvent
Content copied to clipboard
Provides information about the changes that have occurred in relation to a live query for a given update event.
This type is used every time a live query update is delivered after the initial event.
Constructors
Functions
hash
Link copied to clipboard
Returns a hash that represents the set of matching documents.
hash Mnemonic
Link copied to clipboard
Returns a pattern of words that together create a mnemonic, which represents the set of matching documents.
Properties
insertions
Link copied to clipboard
moves
Link copied to clipboard
oldDocuments
Link copied to clipboard