BinaryData

An arbitrary binary block.

The arbitrary block is accompanied by a type as a UByte.

The binary data types 0..127 are reserved. The data types 128..255 are available for custom use.

The binary data type 0 is a generic subtype that can be used for any usage.

The KtMongo library provides utilities for some binary data types, like kotlin.uuid.Uuid and Vector.

See also

Properties

Link copied to clipboard
val code: Byte

The byte identifier for this particular type.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int