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

    Type Alias CreateStreamRequest

    type CreateStreamRequest = {
        config?: null | API.StreamConfig;
        stream: StreamNameStr;
    }
    Index

    Properties

    Properties

    config?: null | API.StreamConfig

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