BsonType
Entries
Link copied to clipboard
A 64-bit floating-point number, represented by the Kotlin class kotlin.Double.
Link copied to clipboard
A UTF-8 encoded string, represented by the Kotlin class kotlin.String.
Link copied to clipboard
An arbitrary document, represented by the Kotlin interface BsonDocument.
Link copied to clipboard
An arbitrary binary block.
Link copied to clipboard
A boolean value, represented by the Kotlin class kotlin.Boolean.
Link copied to clipboard
A date and time in UTC, represented by the Kotlin class kotlin.time.Instant.
Link copied to clipboard
A string of JavaScript code.
Link copied to clipboard
A string of JavaScript code, accompanied by a document containing variables.
Link copied to clipboard
A 32-bit signed integer, represented by the Kotlin class kotlin.Int.
Link copied to clipboard
A 64-bit signed integer, represented by the Kotlin class kotlin.Long.
Link copied to clipboard
A 128-bit floating-point number.