| Package | Description |
|---|---|
| com.azure.core.http.rest |
Package containing REST-related APIs.
|
| 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. |
| Constructor and Description |
|---|
PagedIterableBase(PagedFluxBase<T,P> pagedFluxBase)
Creates instance given
PagedFluxBase. |
Copyright © 2020 Microsoft Corporation. All rights reserved.