DittoLiveQuery

class DittoLiveQuery

The type that is returned when calling observe on a DittoCollection object. It handles the logic for calling the event handler that is provided to the observe call.

Types

Companion
Link copied to clipboard
object Companion

Functions

stop
Link copied to clipboard
fun stop()

Properties

collectionName
Link copied to clipboard
val collectionName: String

the name of the collection that the live query is based on.

limit
Link copied to clipboard
val limit: Int

the maximum number of documents that will be returned as part of any one invocation of the closure provided.

offset
Link copied to clipboard
val offset: Int

the number of documents to offset the query results by.

query
Link copied to clipboard
val query: String

the query that the live query is based on.