Table of Contents

Class ChangeFeedProcessorContext

Namespace
Microsoft.Azure.Cosmos
Assembly
Microsoft.Azure.Cosmos.Client.dll

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

CosmosDiagnostics

Headers

Gets the headers related to the service response that provided the changes.

public abstract Headers Headers { get; }

Property Value

Headers

LeaseToken

Gets the token representative of the current lease from which the changes come from.

public abstract string LeaseToken { get; }

Property Value

string