Documentation

QueryIndexBody

Properties

Fields

memberof

QueryIndexBody

Optional Limit

  • limit: number

The maximum number of results to return. Defaults to 10. Specifying 0 will return the default number of results.

memberof

QueryIndexBody

Optional Offset

  • offset: number

The number of results to skip. Defaults to 0.

memberof

QueryIndexBody

Optional Return Keys

  • returnKeys: string[]

The keys to return in the response. This can include keys not on the index. If not specified or empty, the data on the results will be empty for any returned entities.

memberof

QueryIndexBody