@s2-dev/streamstore - v0.22.0
    Preparing search index...

    Type Alias RetentionPolicy

    RetentionPolicy: { ageSecs: number } | { infinite: InfiniteRetention }

    Retention policy for automatic trimming.

    Either specify ageSecs for time-based retention, or infinite for unlimited retention.

    Type Declaration

    • { ageSecs: number }
      • ageSecs: number

        Age in seconds for automatic trimming of records older than this threshold. Must be > 0.

    • { infinite: InfiniteRetention }