Microsoft.Azure.Documents.ChangeFeedProcessor 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.
Classes
ChangeFeedEventHost |
Simple host for distributing change feed events across observers and thus allowing these observers scale. It distributes the load across its instances and allows dynamic scaling:
|
ChangeFeedHostOptions |
Options to control various aspects of partition distribution happening within ChangeFeedEventHost instance. |
ChangeFeedObserverContext |
The context passed to IChangeFeedObserver events. |
ChangeFeedProcessorBuilder |
Provides a flexible way to to create an instance of IChangeFeedProcessor with custom set of parameters. |
ChangeFeedProcessorOptions |
Options to control various aspects of partition distribution happening within Microsoft.Azure.Documents.ChangeFeedProcessor.ChangeFeedProcessor instance. |
CheckpointFrequency |
Specifies the frequency of lease event. The event will trigger when either of conditions is satisfied. |
DocumentCollectionInfo |
Holds information specifying how to get Document collection. |
Interfaces
IChangeFeedObserver |
This interface is used to deliver change events to document feed observers. |
IChangeFeedObserverFactory |
Factory class used to create instance(s) of IChangeFeedObserver. |
Enums
ChangeFeedObserverCloseReason |
The reason for the IChangeFeedObserver to close. |