你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ChangeFeedObserverContext 类

定义

注意

Switch to the ChangeFeedProcessorBuilder for building the change feed processor and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverContext.

传递给 IChangeFeedObserver 事件的上下文。

[System.Obsolete("Switch to the ChangeFeedProcessorBuilder for building the change feed processor and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverContext.")]
public abstract class ChangeFeedObserverContext
[<System.Obsolete("Switch to the ChangeFeedProcessorBuilder for building the change feed processor and use new interface Microsoft.Azure.Documents.ChangeFeedProcessor.FeedProcessing.IChangeFeedObserverContext.")>]
type ChangeFeedObserverContext = class
Public MustInherit Class ChangeFeedObserverContext
继承
ChangeFeedObserverContext
属性

构造函数

ChangeFeedObserverContext()
已过时.

传递给 IChangeFeedObserver 事件的上下文。

属性

FeedResponse
已过时.

获取或设置基础 ExecuteNextAsync(CancellationToken) 调用的响应。

PartitionKeyRangeId
已过时.

获取或设置当前事件的分区 ID。

方法

CheckpointAsync()
已过时.

检查点流进度。 仅当配置了手动检查点时,此方法才有效。 客户端可以接受多个更改源批处理以并行处理。 完成第一个 N 个文档处理后,客户端可以在行中最后完成的批上调用检查点。 在自动检查点的情况下,这是 方法引发的。

适用于