incrementAndGet

fun incrementAndGet(path: String, xattr: Boolean = false): SubdocLong

Convenience method equivalent to addAndGet with a delta of 1.


fun incrementAndGet(path: String, delta: Long = 1, xattr: Boolean = false): SubdocLong