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

    Type Alias BasinConfig

    type BasinConfig = {
        create_stream_on_append?: boolean;
        create_stream_on_read?: boolean;
        default_stream_config?: null | API.StreamConfig;
    }
    Index

    Properties

    create_stream_on_append?: boolean

    Create stream on append if it doesn't exist, using the default stream configuration.

    create_stream_on_read?: boolean

    Create stream on read if it doesn't exist, using the default stream configuration.

    default_stream_config?: null | API.StreamConfig