kotlin-client
/
com.couchbase.client.kotlin.kv
/
StoreSemantics
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Functions
insert
Link copied to clipboard
fun
insert
():
StoreSemantics
Content copied to clipboard
Create the document; fail if it already exists.
replace
Link copied to clipboard
fun
replace
(cas:
Long
= 0, createParent:
Boolean
= true):
StoreSemantics
Content copied to clipboard
Replace an existing document.
upsert
Link copied to clipboard
fun
upsert
():
StoreSemantics
Content copied to clipboard
Replace the document, or create it if it does not exist.