Class ChangeFeedProcessorContext
Context that is related to the set of delivered changes.
public abstract class ChangeFeedProcessorContext
- Inheritance
-
ChangeFeedProcessorContext
- Inherited Members
- Extension Methods
Constructors
ChangeFeedProcessorContext()
protected ChangeFeedProcessorContext()
Properties
Diagnostics
Gets the diagnostics related to the service response.
public abstract CosmosDiagnostics Diagnostics { get; }
Property Value
Headers
Gets the headers related to the service response that provided the changes.
public abstract Headers Headers { get; }
Property Value
LeaseToken
Gets the token representative of the current lease from which the changes come from.
public abstract string LeaseToken { get; }