truncateBefore property

StreamPosition? truncateBefore
final

The optional StreamPosition from which previous events can be scavenged. This is used to implement soft-deletion of streams.

Implementation

final StreamPosition? truncateBefore;