Variable: AuditableItemStreamModes
constAuditableItemStreamModes:object
The modes for auditable item stream behaviour.
Type Declaration
Default
readonlyDefault:"default"="default"
Default mode allows full entry lifecycle operations.
AppendOnly
readonlyAppendOnly:"append-only"="append-only"
Append-only mode allows adding entries but disallows updates and removals.