次の方法で共有


AzureSearchIndexSink.WriteBehavior プロパティ

定義

ドキュメントを Azure Search Index にアップサートするときの書き込み動作を取得または設定します。 使用可能な値は次のとおりです: 'Merge'、'Upload'

[Newtonsoft.Json.JsonProperty(PropertyName="writeBehavior")]
public string WriteBehavior { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="writeBehavior")>]
member this.WriteBehavior : string with get, set
Public Property WriteBehavior As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象