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

    Interface StringAppendRecord

    Append record with string body and string headers. Use AppendRecord.string() to construct instances.

    interface StringAppendRecord {
        body: string;
        headers?: readonly (readonly [string, string])[];
        meteredBytes: number;
        timestamp?: number | Date;
    }
    Index

    Properties

    body: string
    headers?: readonly (readonly [string, string])[]
    meteredBytes: number

    Pre-calculated metered size in bytes.

    timestamp?: number | Date

    Optional timestamp (Date or milliseconds since Unix epoch).