aleph.types.content_format module¶
- class aleph.types.content_format.ContentFormat(*values)[source]¶
-
Level of message
contentdetail returned by the messages API.full- the complete content (default).headers- a reduced, per-type metadata subset built fromdenormalized columns; the content JSONB is not read.
none- content omitted entirely (the behaviour of thedeprecated
excludeContent=trueflag).
- FULL = 'full'¶
- HEADERS = 'headers'¶
- NONE = 'none'¶