Package version:

Class ChangeFeedIterator<T>

Provides iterator for change feed.

Use Items.changeFeed() to get an instance of the iterator.

Type Parameters

  • T

Accessors

  • get hasMoreResults(): boolean
  • Gets a value indicating whether there are potentially additional results that can be retrieved.

    Initially returns true. This value is set based on whether the last execution returned a continuation token.

    Returns boolean

    Boolean value representing if whether there are potentially additional results that can be retrieved.

Methods