Member Junction
    Preparing search index...

    Opaque resume cursor round-tripped between a source and the run tracker. A source populates exactly one of these depending on how it paginates; the engine never interprets it.

    interface ProcessCursor {
        Key?: string;
        Offset?: number;
    }
    Index

    Properties

    Properties

    Key?: string

    Last-seen key for keyset (seek) paginated sources — the single-PK value as a string.

    Offset?: number

    Offset (StartRow) for offset-paginated sources.