AshEvents.EventLog.PersistActorPrimaryKey (ash_events v0.6.0)

Copy Markdown View Source

Adds a field (not relationship) on the event log resource that will be used to persist the actor primary key.

Summary

Types

t()

@type t() :: %AshEvents.EventLog.PersistActorPrimaryKey{
  __spark_metadata__: term(),
  allow_nil?: boolean(),
  attribute_type: term(),
  destination: Ash.Resource.t(),
  name: atom(),
  public?: boolean()
}