Skip to content

Kotlin BSON • Multiplatform abstraction for different BSON implementationsopensavvy.ktmongo.bsonBsonTypeDBPointer

DBPointer

Deprecated

This functionality is deprecated in the BSON specification. See https://bsonspec.org/spec.html

A reference to a document in another collection.

See also

Properties

code

val code: Byte

The byte identifier for this particular type.

name

expect val name: String

ordinal

expect val ordinal: Int