Package-level declarations

Data types specified in the BSON specification or in the MongoDB specification.

Types

Link copied to clipboard

Small, likely unique, fast to generate, ordered identifier.

Link copied to clipboard

An object responsible for generating new ObjectId instances.

Link copied to clipboard

Internal MongoDB timestamp used in the oplog.

Link copied to clipboard

Serializer for kotlin.uuid.Uuid that serializes as a BsonType.BinaryData with subtype 4 (UUID).

Functions

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