BsonElement

data class BsonElement(name: String, value: BsonValue)

A mapping from a name to a BsonValue.

See also

Constructors

Link copied to clipboard
fun BsonElement(name: String, value: BsonValue)

constructs a new instance with the given name and value pair

Properties

Link copied to clipboard
val name: String

the name

Link copied to clipboard
val value: BsonValue

the value