SearchIndexingBufferedSenderExtensions.DeleteDocumentsAsync メソッド

定義

検索インデックスに最終的に送信する削除アクションのバッチを追加します。

public static System.Threading.Tasks.Task DeleteDocumentsAsync (this Azure.Search.Documents.SearchIndexingBufferedSender<Azure.Search.Documents.Models.SearchDocument> indexer, string keyFieldName, System.Collections.Generic.IEnumerable<string> documentKeys, System.Threading.CancellationToken cancellationToken = default);
static member DeleteDocumentsAsync : Azure.Search.Documents.SearchIndexingBufferedSender<Azure.Search.Documents.Models.SearchDocument> * string * seq<string> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteDocumentsAsync (indexer As SearchIndexingBufferedSender(Of SearchDocument), keyFieldName As String, documentKeys As IEnumerable(Of String), Optional cancellationToken As CancellationToken = Nothing) As Task

パラメーター

keyFieldName
String

キー フィールドの名前。

documentKeys
IEnumerable<String>

削除するドキュメントのキー。

cancellationToken
CancellationToken

操作を取り消す必要があることを示す通知を伝達する場合は省略可能 CancellationToken です。

戻り値

インデックス作成アクションが追加されたが、まだ送信されていないときに完了するタスク。

適用対象