Bson.Bin (cbson v0.1.5) View Source

Represents Binary data

Link to this section Summary

Functions

Retruns a struct Bson.Bin

Returns the subtype of the bynary data (Binary is the default). Other subtypes according to specs are

Returns the atom coresponding to the subtype of the bynary data

Link to this section Functions

Retruns a struct Bson.Bin

Returns the subtype of the bynary data (Binary is the default). Other subtypes according to specs are:

  • :binary - Binary / Generic
  • :function - Function
  • :binary.Old - Binary (Old)
  • :uuid_old - UUID (Old)
  • :uuid - UUID
  • :md5 - MD5
  • :usrer - User defined

Returns the atom coresponding to the subtype of the bynary data