Cyclium.Schemas.Export (Cyclium v0.2.2)

Copy Markdown View Source

Schema for the cyclium_exports table — a durable, downloadable artifact an actor produced for a principal (e.g. a CSV). Fetched on demand via a signed link and expiring after a TTL. See Cyclium.Exports.

Summary

Types

t()

@type t() :: %Cyclium.Schemas.Export{
  __meta__: term(),
  byte_size: term(),
  content: term(),
  content_type: term(),
  conversation_id: term(),
  created_at: term(),
  episode_id: term(),
  expires_at: term(),
  filename: term(),
  id: term(),
  principal_id: term(),
  principal_type: term(),
  type: term()
}

Functions

changeset(export, attrs)