Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TableEntityResultPage type
- Package:
- @azure/data-tables
Output page type for query operations
type TableEntityResultPage<T> = TableEntityResult<T>[] & {
continuationToken?: string
}
