Companion

object Companion

Functions

insert
Link copied to clipboard
fun insert(): StoreSemantics
Create the document; fail if it already exists.
replace
Link copied to clipboard
fun replace(cas: Long = 0, createParent: Boolean = true): StoreSemantics
Replace an existing document.
upsert
Link copied to clipboard
fun upsert(): StoreSemantics
Replace the document, or create it if it does not exist.