IndexDocumentsBatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates IndexDocumentsBatch<T> instances to update search indexes via IndexDocuments<T>(IndexDocumentsBatch<T>, IndexDocumentsOptions, CancellationToken).
public static class IndexDocumentsBatch
type IndexDocumentsBatch = class
Public Class IndexDocumentsBatch
- Inheritance
-
IndexDocumentsBatch
Methods
Create<T>(IndexDocumentsAction<T>[]) |
Creates a new IndexDocumentsBatch<T> for uploading documents to the index. |
Delete(String, IEnumerable<String>) |
Create an IndexDocumentsBatch<T> to delete. |
Delete<T>(IEnumerable<T>) |
Create an IndexDocumentsBatch<T> to delete. |
Merge<T>(IEnumerable<T>) |
Create an IndexDocumentsBatch<T> to merge. |
MergeOrUpload<T>(IEnumerable<T>) |
Create an IndexDocumentsBatch<T> to merge or upload. |
Upload<T>(IEnumerable<T>) |
Create an IndexDocumentsBatch<T> to upload. |
Applies to
Azure SDK for .NET