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

    Type Alias BasinReconfiguration

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type BasinReconfiguration = {
        create_stream_on_append?: boolean | null;
        create_stream_on_read?: boolean | null;
        default_stream_config?: null | StreamReconfiguration;
    }
    Index

    Properties

    create_stream_on_append?: boolean | null

    Create a stream on append.

    create_stream_on_read?: boolean | null

    Create a stream on read.

    default_stream_config?: null | StreamReconfiguration