Enumerate the values a Page<T> at a time. This may make multiple service requests.
public abstract System.Collections.Generic.IAsyncEnumerable<Azure.Page<T>> AsPages(string? continuationToken = default, int? pageSizeHint = default);
abstract member AsPages : string * Nullable<int> -> System.Collections.Generic.IAsyncEnumerable<Azure.Page<'T>>
Public MustOverride Function AsPages (Optional continuationToken As String = Nothing, Optional pageSizeHint As Nullable(Of Integer) = Nothing) As IAsyncEnumerable(Of Page(Of T))
Parameters
A continuation token indicating where to resume paging or null to begin paging from the beginning.
The number of items per Page<T> that should be requested (from service operations that support it). It's not guaranteed that the value will be respected.
ReturnsAn async sequence of Page<T>s.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4