AzureSearchIndexWriteBehaviorType Struct

Definition

Specify the write behavior when upserting documents into Azure Search Index.

public readonly struct AzureSearchIndexWriteBehaviorType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.AzureSearchIndexWriteBehaviorType>
type AzureSearchIndexWriteBehaviorType = struct
Public Structure AzureSearchIndexWriteBehaviorType
Implements IEquatable(Of AzureSearchIndexWriteBehaviorType)
Inheritance
AzureSearchIndexWriteBehaviorType
Implements

Constructors

AzureSearchIndexWriteBehaviorType(String)

Initializes a new instance of AzureSearchIndexWriteBehaviorType.

Properties

Merge

Merge.

Upload

Upload.

Methods

Equals(AzureSearchIndexWriteBehaviorType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AzureSearchIndexWriteBehaviorType, AzureSearchIndexWriteBehaviorType)

Determines if two AzureSearchIndexWriteBehaviorType values are the same.

Implicit(String to AzureSearchIndexWriteBehaviorType)

Converts a string to a AzureSearchIndexWriteBehaviorType.

Inequality(AzureSearchIndexWriteBehaviorType, AzureSearchIndexWriteBehaviorType)

Determines if two AzureSearchIndexWriteBehaviorType values are not the same.

Applies to