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
/
DocumentSequence
Document
Sequence
class
DocumentSequence
(
val
id
:
String
,
val
lazyDocuments
:
List
<
Lazy
<
BsonDocument
>
>
)
:
MessageSection
(
source
)
Members
Constructors
Document
Sequence
Link copied to clipboard
constructor
(
id
:
String
,
lazyDocuments
:
List
<
Lazy
<
BsonDocument
>
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
documents
Link copied to clipboard
val
documents
:
Sequence
<
BsonDocument
>
id
Link copied to clipboard
val
id
:
String
kind
Link copied to clipboard
open
override
val
kind
:
UByte
lazy
Documents
Link copied to clipboard
val
lazyDocuments
:
List
<
Lazy
<
BsonDocument
>
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String