Stored Ingestion
data class StoredIngestion(val receipt: IngestionReceipt, val revision: Long, val projections: List<AccountProjection>, val ephemeralProjections: List<AccountProjection>)
Committed ingestion result.
Constructors
Link copied to clipboard
constructor(receipt: IngestionReceipt, revision: Long, projections: List<AccountProjection>, ephemeralProjections: List<AccountProjection>)
Properties
Link copied to clipboard
Authenticated values deliberately excluded from SQLite history.
Link copied to clipboard
Every authenticated value produced by the transaction. Durable values have committed before this result is returned; ephemeral values remain memory-only.
Link copied to clipboard
Total classification of the input.