| Package | Description |
|---|---|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| com.azure.core.util.paging |
Package containing paging abstraction.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PagedFlux<T>
This type is a Flux that provides the ability to operate on paginated REST responses of type
PagedResponse
and individual items in such pages. |
class |
PagedFluxBase<T,P extends PagedResponse<T>>
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContinuablePagedFluxCore<C,T,P extends ContinuablePage<C,T>>
The default implementation of
ContinuablePagedFlux. |
| Constructor and Description |
|---|
ContinuablePagedIterable(ContinuablePagedFlux<C,T,P> pagedFlux)
Creates instance with the given
ContinuablePagedFlux. |
ContinuablePagedIterable(ContinuablePagedFlux<C,T,P> pagedFlux,
int batchSize)
Creates instance with the given
ContinuablePagedFlux. |
Copyright © 2020 Microsoft Corporation. All rights reserved.