DocumentFragment

DocumentFragment provides access to a document object. DocumentFragment also provides subscript access by either key or index to the data values of the document which are wrapped by Fragment objects.

Properties

Link copied to clipboard
val document: Document? = null

Gets the document from the document fragment object.

Link copied to clipboard

Checks whether the document exists in the database or not.

Functions

Link copied to clipboard
operator fun get(key: String): Fragment

Subscript access to a Fragment object by key.