Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TableEntityResultPage type

Output page type for query operations

type TableEntityResultPage<T> = TableEntityResult<T>[] & {
 continuationToken?: string
}