Package-level declarations

Data types contained in the BSON specification.

Types

Link copied to clipboard

A 12-bytes identifier for MongoDB objects.

Link copied to clipboard

An object responsible for generating new ObjectId instances.

Link copied to clipboard
class Timestamp(val value: ULong) : Comparable<Timestamp>

Internal MongoDB timestamp used in the oplog.

Functions

Link copied to clipboard
operator fun Instant.compareTo(objectId: ObjectId): Int