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

    Interface EnsureStreamInput

    Input for ensuring a stream.

    interface EnsureStreamInput {
        config?: StreamConfig;
        stream: string;
    }
    Index

    Properties

    Properties

    config?: StreamConfig

    Desired stream configuration before basin defaults are applied.

    Missing fields are filled from the current basin default stream configuration and then global defaults before comparing or writing. If omitted, the stream is ensured using those defaults.

    stream: string

    Stream name.