IndexAction 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.
Provides factory methods for creating an index action that operates on a document.
public static class IndexAction
type IndexAction = class
Public Class IndexAction
- Inheritance
-
IndexAction
Methods
Delete(String, String) |
Creates a new IndexAction for deleting a document. |
Delete<T>(T) |
Creates a new IndexAction for deleting a document. |
Merge<T>(T) |
Creates a new IndexAction for merging a document into an existing document in the index. |
MergeOrUpload<T>(T) |
Creates a new IndexAction for uploading a document to the index, or merging it into an existing document if it already exists in the index. |
Upload<T>(T) |
Creates a new IndexAction for uploading a document to the index. |
Applies to
Azure SDK for .NET