AzureSearchIndexWriteBehavior
Class
Definition
Write behavior when upserting documents into an Azure Search Index. A property of AzureSearchIndexSink.
public static class AzureSearchIndexWriteBehavior
- Inheritance
-
AzureSearchIndexWriteBehavior
Fields
| Merge |
Merge updates an existing document with the specified fields. Any field specified in a merge will replace the existing field in the document. |
| Upload |
The document will be inserted if it is new and updated/replaced if it exists. If an update is performed, all fields will be replaced. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |