LookupInResult

class LookupInResult(id: String, size: Int, cas: Long, deleted: Boolean, fields: List<SubDocumentField>, defaultSerializer: JsonSerializer, spec: LookupInSpec)

Functions

contentAs
Link copied to clipboard
inline fun <T> Subdoc.contentAs(serializer: JsonSerializer? = null): T

Properties

cas
Link copied to clipboard
val cas: Long
contentAsBytes
Link copied to clipboard
val Subdoc.contentAsBytes: ByteArray
deleted
Link copied to clipboard
val deleted: Boolean
exists
Link copied to clipboard
val Subdoc.exists: Boolean
id
Link copied to clipboard
val id: String
size
Link copied to clipboard
val size: Int
value
Link copied to clipboard
val SubdocExists.value: Boolean
value
Link copied to clipboard
val SubdocCount.value: Int