C - the continuation token typeP - the page elements type@FunctionalInterface public interface PageRetriever<C,P>
| Modifier and Type | Method and Description |
|---|---|
Flux<P> |
get(C continuationToken,
Integer pageSize)
Retrieve a set of one or more pages starting from the page identified by
the given continuation token.
|
Flux<P> get(C continuationToken, Integer pageSize)
continuationToken - the token identifying the page set, a null
value indicate that retrieve pages from the beginningpageSize - the preferred number of items per page, a null value
indicate that client prefer server's default page sizeCopyright © 2020 Microsoft Corporation. All rights reserved.