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
Message
Section
sealed
interface
MessageSection
(
source
)
Inheritors
Body
DocumentSequence
Members
Types
Body
Link copied to clipboard
class
Body
(
val
lazyDocument
:
Lazy
<
BsonDocument
>
)
:
MessageSection
Document
Sequence
Link copied to clipboard
class
DocumentSequence
(
val
id
:
String
,
val
lazyDocuments
:
List
<
Lazy
<
BsonDocument
>
>
)
:
MessageSection
Properties
kind
Link copied to clipboard
abstract
val
kind
:
UByte