MongoBinary constant
int
const MongoBinary
Representing type: ByteVector Encoding: 3 zero bytes (reserved, functions as padding), fourth byte is the sub-type, followed by the binary data.
Implementation
static const int MongoBinary = 126;