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. |
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?: any[]
Property Value
any[]