IndexDocumentsAction 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 IndexDocumentsAction<T> instances to add to an IndexDocumentsBatch<T> and submit via IndexDocuments<T>(IndexDocumentsBatch<T>, IndexDocumentsOptions, CancellationToken).
public static class IndexDocumentsAction
type IndexDocumentsAction = class
Public Class IndexDocumentsAction
- Inheritance
-
IndexDocumentsAction
Methods
Delete(String, String) |
Create an IndexDocumentsAction<T> to delete. |
Delete<T>(T) |
Create an IndexDocumentsAction<T> to delete. |
Merge<T>(T) |
Create an IndexDocumentsAction<T> to merge. |
MergeOrUpload<T>(T) |
Create an IndexDocumentsAction<T> to merge or upload. |
Upload<T>(T) |
Create an IndexDocumentsAction<T> to upload. |
Applies to
Azure SDK for .NET