kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.kv
/
LookupInResult
Lookup
In
Result
class
LookupInResult
(
id
:
String
,
size
:
Int
,
cas
:
Long
,
deleted
:
Boolean
,
fields
:
List
<
SubDocumentField
>
,
defaultSerializer
:
JsonSerializer
,
spec
:
LookupInSpec
)
Content copied to clipboard
Functions
Properties
Functions
content
As
Link copied to clipboard
inline
fun
<
T
>
Subdoc
.
contentAs
(
serializer
:
JsonSerializer
?
=
null
)
:
T
Content copied to clipboard
Properties
cas
Link copied to clipboard
val
cas
:
Long
Content copied to clipboard
contentAsBytes
Link copied to clipboard
val
Subdoc
.
contentAsBytes
:
ByteArray
Content copied to clipboard
deleted
Link copied to clipboard
val
deleted
:
Boolean
Content copied to clipboard
exists
Link copied to clipboard
val
Subdoc
.
exists
:
Boolean
Content copied to clipboard
id
Link copied to clipboard
val
id
:
String
Content copied to clipboard
size
Link copied to clipboard
val
size
:
Int
Content copied to clipboard
value
Link copied to clipboard
val
SubdocExists
.
value
:
Boolean
Content copied to clipboard
value
Link copied to clipboard
val
SubdocCount
.
value
:
Int
Content copied to clipboard