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 個のドキュメント処理が完了すると、クライアントは行の最後に完了したバッチでチェックポイントを呼び出すことができます。 自動チェックポイント処理の場合、これは メソッドによってスローされます。

適用対象