Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuerySpecification

Package version

A query specification containing either a query statement or a continuation token from a previous query result.

Hierarchy

  • QuerySpecification

Index

Properties

Optional continuationToken

continuationToken: undefined | string

A token which is used to retrieve the next set of results from a previous query.

Optional query

query: undefined | string

The query to execute. This value is ignored if a continuation token is provided.

Generated using TypeDoc