Class BlobChangefeedPagedResponse

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

public class BlobChangefeedPagedResponse extends Object implements com.azure.core.util.paging.ContinuablePage<String,BlobChangefeedEvent>
Represents a page returned in BlobChangefeed.

A BlobChangefeedPagedResponse consists of BlobChangefeedEvent elements and String cursor.

A cursor can be used to re-initialize a BlobChangefeed to point to the next expected page.

See Also: