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

    Type Alias AppendInput

    Payload of an append request.

    type AppendInput = {
        fencing_token?: null | FencingToken;
        match_seq_num?: null | U64;
        records: GeneratedAppendRecord[];
    }
    Index

    Properties

    fencing_token?: null | FencingToken
    match_seq_num?: null | U64

    Batch of records to append atomically, which must contain at least one record, and no more than 1000. The total size of a batch of records may not exceed 1 MiB of metered bytes.