KtMongo
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
KtMongo
KtMongo: MongoDB driver for Kotlin • Multiplatform wire protocol
/
opensavvy.ktmongo.multiplatform.wire
/
MessageSection
/
Body
Body
class
Body
(
val
lazyDocument
:
Lazy
<
BsonDocument
>
)
:
MessageSection
(
source
)
Members
Constructors
Body
Link copied to clipboard
constructor
(
lazyDocument
:
Lazy
<
BsonDocument
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
document
Link copied to clipboard
val
document
:
BsonDocument
kind
Link copied to clipboard
open
override
val
kind
:
UByte
lazy
Document
Link copied to clipboard
val
lazyDocument
:
Lazy
<
BsonDocument
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String