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

    Interface BasinConfig

    Basin configuration.

    interface BasinConfig {
        createStreamOnAppend?: boolean;
        createStreamOnRead?: boolean;
        defaultStreamConfig?: StreamConfig;
        streamCipher?: EncryptionAlgorithm;
    }
    Index

    Properties

    createStreamOnAppend?: boolean

    Create stream on append if it doesn't exist.

    createStreamOnRead?: boolean

    Create stream on read if it doesn't exist.

    defaultStreamConfig?: StreamConfig

    Default stream configuration.

    streamCipher?: EncryptionAlgorithm

    Encryption algorithm to apply to newly created streams in this basin.