BlobChangeFeedEventPage class

Contains paged response data for the listChanges operation.

Properties

continuationToken

The token that keeps track of where to continue the iterator.

events

Array of BlobChangeFeedEvent.

Property Details

continuationToken

The token that keeps track of where to continue the iterator.

continuationToken: string

Property Value

string

events

Array of BlobChangeFeedEvent.

events: BlobChangeFeedEvent[]

Property Value