View Source Cosmox.Structs.DocumentInfo (Cosmox v0.1.1)

Represents the information sent along with a document from the database. These information are not related to the document domain information, they represents database information regarding the document. The struct includes the partition key as well.

Link to this section Summary

Link to this section Types

@type t() :: %Cosmox.Structs.DocumentInfo{
  _attachments: binary(),
  _etag: binary(),
  _rid: binary(),
  _self: binary(),
  _ts: integer(),
  id: binary(),
  pk: binary()
}