QuerySpecification interface
A query specification containing either a query statement or a continuation token from a previous query result.
Properties
continuation |
A token which is used to retrieve the next set of results from a previous query. |
query | The query to execute. This value is ignored if a continuation token is provided. |
Property Details
continuationToken
A token which is used to retrieve the next set of results from a previous query.
continuationToken?: string
Property Value
string
query
The query to execute. This value is ignored if a continuation token is provided.
query?: string
Property Value
string