common MaxKey¶ MaxKey A special value containing the maximum possible value. See also¶ BsonValueReader.readMaxKey: Low-level read. BsonFieldWriter.writeMaxKey: Low-level write. Properties¶ code¶ val code: Byte The byte identifier for this particular type. Guaranteed to be in the range -1 (MinKey) to 127 (MaxKey). name¶ expect val name: String ordinal¶ expect val ordinal: Int