C - Type of the continuation tokenT - Type of the elements in the pagepublic interface ContinuablePage<C,T>
ContinuablePagedFlux| Modifier and Type | Method and Description |
|---|---|
C |
getContinuationToken()
Get reference to the next page.
|
IterableStream<T> |
getElements()
Get an iterable stream of elements in the page.
|
IterableStream<T> getElements()
C getContinuationToken()
null if there are no more pages.Copyright © 2020 Microsoft Corporation. All rights reserved.