Mutate In Spec
Functions
Link copied to clipboard
fun arrayAddUnique(path: String, value: Boolean?, xattr: Boolean = false)
Content copied to clipboard
Adds the value to an array (creating the array if it doesn't already exist) or fail with PathExistsException if the array already contains the value.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun decrementAndGet(path: String, delta: Long = 1, xattr: Boolean = false): SubdocLong
Content copied to clipboard
Link copied to clipboard
fun incrementAndGet(path: String, delta: Long = 1, xattr: Boolean = false): SubdocLong
Content copied to clipboard