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

    Interface ReadBatch<Format>

    Batch of records read from a stream.

    interface ReadBatch<Format extends "string" | "bytes" = "string"> {
        records: readonly ReadRecord<Format>[];
        tail?: StreamPosition;
    }

    Type Parameters

    • Format extends "string" | "bytes" = "string"
    Index

    Properties

    Properties

    records: readonly ReadRecord<Format>[]