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

    Interface CreateStreamInput

    Input for creating a stream.

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

    Properties

    Properties

    config?: StreamConfig

    Stream configuration.

    stream: string

    Stream name that is unique to the basin. It can be between 1 and 512 bytes in length.