C - Type of the continuation token.T - Type of the elements in the page.public interface ContinuablePage<C,T>
ContinuablePagedFlux| Modifier and Type | Method and Description |
|---|---|
C |
getContinuationToken()
Gets the reference to the next page.
|
IterableStream<T> |
getElements()
Gets an
IterableStream of elements in the page. |
IterableStream<T> getElements()
IterableStream of elements in the page.IterableStream containing the elements in the page.C getContinuationToken()
null if there isn't a next page.Copyright © 2020 Microsoft Corporation. All rights reserved.