QueryResult interface
The results of a query operation and an optional continuation token.
Properties
| continuation |
A token which can be used to construct a new QuerySpecification to retrieve the next set of results. |
| items | 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
items
The query results.
items?: any[]
Property Value
any[]