mongodb-driver v0.6.3 BSON.Binary View Source
Represents BSON binary type
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %BSON.Binary{
binary: binary(),
subtype:
:generic | :function | :binary_old | :uuid_old | :uuid | :md5 | 128..255
}
t() :: %BSON.Binary{ binary: binary(), subtype: :generic | :function | :binary_old | :uuid_old | :uuid | :md5 | 128..255 }