| Interface | Description |
|---|---|
| ContinuablePage<C,T> |
Represents a page returned, this page may contain a reference to additional pages known as a continuation token.
|
| PageRetriever<C,P> |
This class handles retrieving pages.
|
| Class | Description |
|---|---|
| ContinuablePagedFlux<C,T,P extends ContinuablePage<C,T>> |
This class is a
Flux implementation that provides the ability to operate on pages of type
ContinuablePage and individual items in such pages. |
| ContinuablePagedFluxCore<C,T,P extends ContinuablePage<C,T>> |
The default implementation of
ContinuablePagedFlux. |
| ContinuablePagedIterable<C,T,P extends ContinuablePage<C,T>> |
Copyright © 2020 Microsoft Corporation. All rights reserved.