Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson.types • Timestamp • Timestamp
Timestamp¶
@ExperimentalTime
constructor(instant: Instant, counter: UInt)
Constructs a timestamp from its Timestamp.instant
and Timestamp.counter
components.
constructor(value: ULong)