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

    Type Alias CreateStreamRequest

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

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

    Properties

    Properties

    config?: null | StreamConfig

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