次の方法で共有


IChangeFeedDocumentQuery<T> インターフェイス

定義

変更フィード クエリの改ページ位置付けと非同期実行をサポートするメソッドを提供します

public interface IChangeFeedDocumentQuery<T> : IDisposable, Microsoft.Azure.Documents.Linq.IDocumentQuery
type IChangeFeedDocumentQuery<'T> = interface
    interface IDocumentQuery
    interface IDisposable
Public Interface IChangeFeedDocumentQuery(Of T)
Implements IDisposable, IDocumentQuery

型パラメーター

T

ドキュメントのジェネリック型

実装

プロパティ

HasMoreResults

Azure DocumentDB データベース サービスのクエリから返される可能性のある追加の結果があるかどうかを示す値を取得します。

メソッド

ExecuteNextAsync<TResult>(CancellationToken)

クエリを実行し、Azure DocumentDB データベース サービスで結果の次のページを取得します。

適用対象