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

    Type Alias AppendData

    type AppendData = {
        body: API.AppendInput;
        headers?: { "s2-format"?: S2Format };
        path: { stream: StreamNameStr };
        query?: never;
        url: "/streams/{stream}/records";
    }
    Index

    Properties

    headers?: { "s2-format"?: S2Format }

    Type Declaration

    • Optionals2-format?: S2Format

      Defines the interpretation of record data (header name, header value, and body) with the JSON content type. Use raw (default) for efficient transmission and storage of Unicode data — storage will be in UTF-8. Use base64 for safe transmission with efficient storage of binary data.

    path: { stream: StreamNameStr }

    Type Declaration

    query?: never
    url: "/streams/{stream}/records"