PagingOptions interface
Options for the paging helper
Properties
custom |
Custom function to extract pagination details for crating the PagedAsyncIterableIterator |
Property Details
customGetPage
Custom function to extract pagination details for crating the PagedAsyncIterableIterator
customGetPage?: GetPage<PaginateReturn<TResponse>[]>
Property Value
GetPage<PaginateReturn<TResponse>[]>
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.
Azure SDK for JavaScript