Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IndexDocumentsBatch Class
Definition
- Namespace:
- Azure.Search.Documents.Models
- Assembly:
- Azure.Search.Documents.dll
- Package:
- Azure.Search.Documents v12.0.0
- Package:
- Azure.Search.Documents v12.1.0-beta.1
- Source:
- IndexDocumentsBatch.cs
- Source:
- IndexDocumentsBatch.cs
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
| Name | Description |
|---|---|
| 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
Feedback
Was this page helpful?
