Hello,
I was reading this document https://eventstore.org/docs/server/deleting-streams-and-events/index.html regarding deletion of events in a stream.
I’m wondering which kind of deletion – hard or soft is done when I choose “Delete” on a stream in the UI?
Another thing: do I understand correctly that in order to truncate-before, I need to write $tb = X
to stream metada, where X is event number until which it should be to truncated? If so, is it possible to write metadata via UI?
Thank you!
- Karolis