@valon-technologies/gestalt
    Preparing search index...

    Secondary-index client used for lookup and cursor operations.

    Index

    Methods

    • Reads the primary key for the first matching index entry.

      Parameters

      • ...values: unknown[]

      Returns Promise<string>

    • Reads all primary keys matching the supplied index values and optional range.

      Parameters

      • OptionalkeyRange: KeyRange
      • ...values: unknown[]

      Returns Promise<string[]>

    • Counts records matching the supplied index values and optional range.

      Parameters

      • OptionalkeyRange: KeyRange
      • ...values: unknown[]

      Returns Promise<number>

    • Deletes records matching the supplied index values.

      Parameters

      • ...values: unknown[]

      Returns Promise<number>