Package version:
Abstract
Static
BeginningReturns an object that tells the ChangeFeedIterator to start from the beginning of time.
Optional
cfResource: PartitionKey | FeedRangePartitionKey or FeedRange for which changes are to be fetched. Leave blank for fetching changes for entire container.
Static
ContinuationStatic
NowReturns an object that tells the ChangeFeedIterator to start reading changes from this moment onward.
Optional
cfResource: PartitionKey | FeedRangePartitionKey or FeedRange for which changes are to be fetched. Leave blank for fetching changes for entire container.
Static
TimeReturns an object that tells the ChangeFeedIterator to start reading changes from some point in time onward.
Date object specfiying the time to start reading changes from.
Optional
cfResource: PartitionKey | FeedRangePartitionKey or FeedRange for which changes are to be fetched. Leave blank for fetching changes for entire container.
Base class for where to start a ChangeFeedIterator.