Package version:
AbstractStaticBeginningReturns an object that tells the ChangeFeedIterator to start from the beginning of time.
OptionalcfResource: PartitionKey | FeedRangePartitionKey or FeedRange for which changes are to be fetched. Leave blank for fetching changes for entire container.
StaticContinuationStaticNowReturns an object that tells the ChangeFeedIterator to start reading changes from this moment onward.
OptionalcfResource: PartitionKey | FeedRangePartitionKey or FeedRange for which changes are to be fetched. Leave blank for fetching changes for entire container.
StaticTimeReturns 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.
OptionalcfResource: 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.