SearchIndexingBufferedSenderExtensions.DeleteDocuments メソッド

定義

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

public static void DeleteDocuments (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 DeleteDocuments : Azure.Search.Documents.SearchIndexingBufferedSender<Azure.Search.Documents.Models.SearchDocument> * string * seq<string> * System.Threading.CancellationToken -> unit
<Extension()>
Public Sub DeleteDocuments (indexer As SearchIndexingBufferedSender(Of SearchDocument), keyFieldName As String, documentKeys As IEnumerable(Of String), Optional cancellationToken As CancellationToken = Nothing)

パラメーター

keyFieldName
String

キー フィールドの名前。

documentKeys
IEnumerable<String>

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

cancellationToken
CancellationToken

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

適用対象