Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryResult

Package version

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

Hierarchy

  • QueryResult

Index

Properties

Optional continuationToken

continuationToken: undefined | string

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

Optional value

value: any[]

The query results.

Generated using TypeDoc