Partager via


SearchIndexingBufferedSenderExtensions.DeleteDocuments Méthode

Définition

Ajoute un lot d’actions de suppression à envoyer à l’index de recherche.

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)

Paramètres

keyFieldName
String

Nom du champ de clé.

documentKeys
IEnumerable<String>

Clés des documents à supprimer.

cancellationToken
CancellationToken

Facultatif CancellationToken pour propager des notifications indiquant que l’opération doit être annulée.

S’applique à