Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ChangeFeedIterator<T>

Provides iterator for change feed.

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

Type parameters

  • T

Hierarchy

  • ChangeFeedIterator

Index

Accessors

hasMoreResults

  • 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

executeNext

getAsyncIterator

Generated using TypeDoc