kotlin-client
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.manager.view
/
View
View
class
View
(
val
map
:
String
,
val
reduce
:
String
?
=
null
)
Members
Constructors
View
Link copied to clipboard
constructor
(
map
:
String
,
reduce
:
String
?
=
null
)
Properties
map
Link copied to clipboard
val
map
:
String
reduce
Link copied to clipboard
val
reduce
:
String
?
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String