Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryRequestOptions

Package version

The options for query evaluation

Hierarchy

  • QueryRequestOptions

Index

Properties

Optional resultFormat

resultFormat: ResultFormat

Defines in which format query result returned. Possible values include: 'table', 'objectArray'

Optional skip

skip: undefined | number

The number of rows to skip from the beginning of the results. Overrides the next page offset when $skipToken property is present.

Optional skipToken

skipToken: undefined | string

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Optional top

top: undefined | number

The maximum number of rows that the query should return. Overrides the page size when $skipToken property is present.

Generated using TypeDoc