SearchIndexingBufferedSender<T>.MergeOrUploadDocuments Method

Definition

Adds a batch of merge or upload actions to eventually send to the search index.

public virtual void MergeOrUploadDocuments (System.Collections.Generic.IEnumerable<T> documents, System.Threading.CancellationToken cancellationToken = default);

Parameters

documents
IEnumerable<T>

The documents to merge or upload.

cancellationToken
CancellationToken

Optional CancellationToken to propagate notifications that the operation should be canceled.

Applies to