Share via


QueryResult interface

The results of a query operation and an optional continuation token.

Properties

continuationToken

A token which can be used to construct a new QuerySpecification to retrieve the next set of results.

value

The query results.

Property Details

continuationToken

A token which can be used to construct a new QuerySpecification to retrieve the next set of results.

continuationToken?: string

Property Value

string

value

The query results.

value: Record<string, unknown>[]

Property Value

Record<string, unknown>[]