MarcoPolo.BinaryRecord

Struct that represents OrientDB binary data (ORecordBytes).

This struct has the following fields:

  • :rid - the record id of the record (as a MarcoPolo.RID). It's nil for new records (not yet stored on the database).
  • :contents - the binary content of the record.
  • :version - the version of the record.

Types

t :: %MarcoPolo.BinaryRecord{contents: binary, rid: MarcoPolo.RID.t, version: non_neg_integer}