Package version:

Class ChangeFeedStartFromAbstract

Base class for where to start a ChangeFeedIterator.

Constructors

Methods

  • Returns an object that tells the ChangeFeedIterator to start reading changes from some point in time onward.

    Parameters

    • startTime: Date

      Date object specfiying the time to start reading changes from.

    • OptionalcfResource: PartitionKey | FeedRange

      PartitionKey or FeedRange for which changes are to be fetched. Leave blank for fetching changes for entire container.

    Returns ChangeFeedStartFromTime