Class BlobChangefeedPagedIterable

java.lang.Object
com.azure.core.util.IterableStream<BlobChangefeedEvent>
com.azure.core.util.paging.ContinuablePagedIterable<String,BlobChangefeedEvent,BlobChangefeedPagedResponse>
com.azure.storage.blob.changefeed.BlobChangefeedPagedIterable
All Implemented Interfaces:
Iterable<BlobChangefeedEvent>

public final class BlobChangefeedPagedIterable extends com.azure.core.util.paging.ContinuablePagedIterable<String,BlobChangefeedEvent,BlobChangefeedPagedResponse>
Implementation of ContinuablePagedIterable for Changefeed where the continuation token type is String, the element type is BlobChangefeedEvent, and the page type is BlobChangefeedPagedResponse.
  • Method Summary

    Methods inherited from class com.azure.core.util.paging.ContinuablePagedIterable

    iterableByPage, iterableByPage, iterableByPage, iterableByPage, iterator, stream, streamByPage, streamByPage, streamByPage, streamByPage

    Methods inherited from class com.azure.core.util.IterableStream

    of

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator