共用方式為


CosmosDbSqlApiSink.WriteBehavior Property

Definition

Gets or sets describes how to write data to Azure Cosmos DB. Type: string (or Expression with resultType string). Allowed values: insert and upsert.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to