BsonBinData

Represents a BSON binary data value (Bson.Type.binData).

Constructors

this
this(Type type, immutable(ubyte)[] data)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Properties

rawData
bdata_t rawData [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
Type type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta