IndexAction<T> 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.
Represents an index action that operates on a document.
public class IndexAction<T>
type IndexAction<'T> = class
Public Class IndexAction(Of T)
Type Parameters
- T
- Inheritance
-
IndexAction<T>
Constructors
IndexAction<T>() |
Initializes a new instance of the IndexAction class. |
IndexAction<T>(T, IndexActionType) |
Initializes a new instance of the IndexAction class. |
Properties
ActionType |
Gets or sets the operation to perform on a document in an indexing batch. Possible values include: 'upload', 'merge', 'mergeOrUpload', 'delete' |
Document |
Gets the document on which the action will be performed; Fields other than the key are ignored for delete actions. |
Applies to
Azure SDK for .NET