Share via


DocumentDBCollectionSink.WriteBehavior Property

Definition

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

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> WriteBehavior { get; set; }
member this.WriteBehavior : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property WriteBehavior As DataFactoryElement(Of String)

Property Value

Applies to