Anchorage API reference
    Preparing search index...

    Per-read options: where to resume, and how many rows to take.

    interface InventoryReadOptions {
        cursor?: string;
        limit?: number;
    }
    Index

    Properties

    Properties

    cursor?: string

    The key of the last entry of the previous page, as JSON text.

    limit?: number

    Rows to return, clamped to INVENTORY_MAX_LIMIT.