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

    Interface AppendInput

    Input for append operations. Use AppendInput.create() to construct with validation.

    interface AppendInput {
        fencingToken?: string;
        matchSeqNum?: number;
        meteredBytes: number;
        records: readonly AppendRecord[];
    }
    Index

    Properties

    fencingToken?: string
    matchSeqNum?: number
    meteredBytes: number

    Pre-calculated total metered size in bytes.

    records: readonly AppendRecord[]