次の方法で共有


IChangeFeedDocumentClient インターフェイス

定義

IDocumentClient インターフェイスは、変更フィード処理ロジックを処理するために必要な API をキャプチャします

public interface IChangeFeedDocumentClient
type IChangeFeedDocumentClient = interface
Public Interface IChangeFeedDocumentClient
派生

メソッド

CreateDocumentAsync(String, Object, RequestOptions, Boolean, CancellationToken)

Azure DocumentDB データベース サービスで、ドキュメントを非同期操作として作成します。

CreateDocumentChangeFeedQuery(String, ChangeFeedOptions)

ドキュメントの変更フィード クエリを作成するメソッド。

CreateDocumentQuery<T>(String, SqlQuerySpec, FeedOptions)

Azure DocumentDB データベース サービスでドキュメントのクエリを作成する拡張メソッド。

DeleteDocumentAsync(Uri, RequestOptions, CancellationToken)

Document Azure DocumentDB データベース サービスで非同期操作として を削除します。

ReadDatabaseAsync(Uri, RequestOptions)

Databaseを Azure DocumentDB データベース サービスの非同期操作として読み取ります。

ReadDocumentAsync(Uri, RequestOptions, CancellationToken)

Documentを Azure DocumentDB データベース サービスの非同期操作として読み取ります。

ReadDocumentCollectionAsync(Uri, RequestOptions)

DocumentCollectionを Azure DocumentDB データベース サービスの非同期操作として読み取ります。

ReadPartitionKeyRangeFeedAsync(String, FeedOptions)

非同期操作として、Azure Cosmos DB サービスからデータベース アカウントの のフィード (シーケンス) PartitionKeyRange を読み取ります。

ReplaceDocumentAsync(Uri, Object, RequestOptions, CancellationToken)

Documentを Azure DocumentDB データベース サービスの非同期操作として置き換えます。

適用対象