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

    Interface ReconfigureBasinInput

    Input for reconfiguring a basin.

    interface ReconfigureBasinInput {
        basin: string;
        createStreamOnAppend?: boolean;
        createStreamOnRead?: boolean;
        defaultStreamConfig?: StreamConfig;
    }
    Index

    Properties

    basin: string

    Basin name.

    createStreamOnAppend?: boolean

    Create a stream on append.

    createStreamOnRead?: boolean

    Create a stream on read.

    defaultStreamConfig?: StreamConfig

    Default stream configuration updates.