Anchorage API reference
    Preparing search index...

    One row, projected to what an operator needs to act on it.

    interface InventoryEntry {
        detail: Readonly<Record<string, string | number | boolean>>;
        key: readonly string[];
    }
    Index

    Properties

    Properties

    detail: Readonly<Record<string, string | number | boolean>>

    Category-specific columns; absent values are omitted rather than nulled.

    key: readonly string[]

    The row's primary-key components, in the order the keyset scan visits them. Passing the LAST entry's key back as cursor resumes after it.