KtMongo
Toggle table of contents
common
jvm
Target filter
common
jvm
Switch theme
Search in API
Skip to content
KtMongo
Kotlin BSON • Compatibility with the official MongoDB implementation
/
opensavvy.ktmongo.bson.official
/
BsonDocument
/
Field
Field
common
jvm
expect
class
Field
(
name
:
String
,
value
:
BsonValue
)
:
BsonDocument.Field
(
source
)
actual
class
Field
(
val
name
:
String
,
val
value
:
BsonValue
)
:
BsonDocument.Field
(
source
)
Members
Constructors
Field
Link copied to clipboard
common
jvm
expect
constructor
(
name
:
String
,
value
:
BsonValue
)
actual
constructor
(
name
:
String
,
value
:
BsonValue
)
Properties
name
Link copied to clipboard
common
jvm
abstract
val
name
:
String
open
override
val
name
:
String
value
Link copied to clipboard
common
jvm
expect
open
override
val
value
:
BsonValue
actual
open
override
val
value
:
BsonValue
Functions
component1
Link copied to clipboard
common
jvm
open
operator
fun
component1
(
)
:
String
open
operator override
fun
component1
(
)
:
String
component2
Link copied to clipboard
common
jvm
expect
open
operator override
fun
component2
(
)
:
BsonValue
actual
open
operator override
fun
component2
(
)
:
BsonValue
equals
Link copied to clipboard
jvm
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
jvm
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
jvm
open
override
fun
toString
(
)
:
String