Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IChangeFeedObserver |
This interface is used to deliver change events to document feed observers. |
IChangeFeedObserverContext |
Represents the context passed to IChangeFeedObserver events. |
IChangeFeedObserverFactory |
Factory class used to create instance(s) of IChangeFeedObserver. |
ICheckpointPartitionProcessorFactory |
Factory class used to create instance(s) of IPartitionProcessor and allows to re-use default checkpoint mechanism. |
IPartitionProcessor |
Provides an API to run continuous processing on a single partition of some resource. Created by Create(ILease, IChangeFeedObserver) or Create(ILease, ILeaseCheckpointer, IChangeFeedObserver) after some lease is acquired by the current host. Processing can perform the following tasks in a loop:
|
IPartitionProcessorFactory |
Factory class used to create instance(s) of IPartitionProcessor. Use ICheckpointPartitionProcessorFactory for using default checkpoint mechanism. |
Enums
ChangeFeedObserverCloseReason |
The reason for the IChangeFeedObserver to close. |