Kotlin BSON • Multiplatform abstraction for different BSON implementations • opensavvy.ktmongo.bson.types • ObjectId • Companion
Companion¶
object Companion
Properties¶
COUNTER_BOUND
¶
const val COUNTER_BOUND: Int
The smallest integer that is not allowed in ObjectId.counter
.
MAX
¶
MIN
¶
PROCESS_ID_BOUND
¶
const val PROCESS_ID_BOUND: Long
The smallest integer that is not allowed in ObjectId.processId
.