Class BlobChangefeedPagedResponse

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

public class BlobChangefeedPagedResponse extends Object implements 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: